Skip to content

Commit

Permalink
Merge pull request #162 from mariuspopovici/dev
Browse files Browse the repository at this point in the history
Fix issue in form properties setup.
  • Loading branch information
mariuspopovici authored Dec 11, 2024
2 parents f6653d8 + 31add35 commit 1fcac25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 1fcac25

Please sign in to comment.