Skip to content

Commit 942673c

Browse files
akoclaude
andcommitted
fix: extend version gate to cover all 11.0+-only MOVE commands
The QuickActions and CustomerSidebar snippets are created under the 11.0+ gate, so their MOVE commands must also be version-gated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aba3249 commit 942673c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mdl-examples/doctype-tests/03-page-examples.mdl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,14 +2332,14 @@ MOVE PAGE PgTest.P034_ComboBox_Enum TO PgTest2;
23322332
-- Move a page to a folder in another module
23332333
MOVE PAGE PgTest2.P034_ComboBox_Enum TO FOLDER 'Imported' IN PgTest2;
23342334

2335-
-- @version: any
2336-
2337-
-- Move a snippet to another module
2335+
-- Move a snippet to another module (QuickActions created under 11.0+ gate)
23382336
MOVE SNIPPET PgTest.QuickActions TO PgTest2;
23392337

2340-
-- Move a snippet to a folder in another module
2338+
-- Move a snippet to a folder in another module (CustomerSidebar created under 11.0+ gate)
23412339
MOVE SNIPPET PgTest.CustomerSidebar TO FOLDER 'Shared' IN PgTest2;
23422340

2341+
-- @version: any
2342+
23432343
-- ============================================================================
23442344
-- Summary - MDL Page Syntax Features
23452345
-- ============================================================================

0 commit comments

Comments
 (0)