Skip to content

Commit 44a1743

Browse files
author
Test
committed
fix: capstone 12 — fix parse error + correct widget path
Parse error: 'set after column' → 'insert after' (MDL语法) Runtime error: 'colActions' path too deep for widgetRef (3层限制) → 'dgMyTickets.colActions' 兼容 backend 路径解析
1 parent 70d9ea1 commit 44a1743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

academy/zh/capstone-helpdesk/参考实现/12-integrate-actions.mdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ alter page HD.Ticket_Detail {
5555
-- ============================================================
5656

5757
alter page HD.MyTickets_Overview {
58-
insert after colActions {
58+
insert after dgMyTickets.colActions {
5959
column colCopy (caption: '', ShowContentAs: customContent, ColumnWidth: manual, Size: 60) {
6060
actionbutton btnCopy (
6161
caption: 'Copy',

0 commit comments

Comments
 (0)