diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 870bf08..fdb6a75 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/package.json b/package.json index 4366100..faf0ea6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "STARLIMS VS Code Extension", "description": "Unofficial dictionary explorer (and more) for STARLIMS.", "license": "SEE LICENSE IN LICENSE.md", - "version": "1.2.89", + "version": "1.2.91", "icon": "resources/extension/starlimsvscode.png", "publisher": "MariusPopovici", "author": { diff --git a/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr b/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr index 88265f4..e1b461f 100644 --- a/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr +++ b/src/backend/SCM_API/Applications/SCM/FormDesigner/Server Scripts/scInitFormProperties.srvscr @@ -1188,7 +1188,7 @@ aControlProperties :={ {'DataGridTable', 'TotalRow', 'False', 'Data'}, {'DataGridTable', 'TotalRowFormat', NIL, 'Data'}, {'DataGridTable', 'TranslateAttrColumn', 'False', 'Data'}, -{'DataGridTable', '(Id)', NIL, 'Other'} +{'DataGridTable', '(Id)', NIL, 'Other'}, {'Line', 'Anchor', NIL, 'Layout'}, {'Line', 'Horizontal', 'True', 'Layout'},