Skip to content

Commit 9d80ce8

Browse files
authored
Merge feature/persist-state
2 parents afb006e + e89f395 commit 9d80ce8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3905
-4149
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = function(grunt) {
3636
expand: true,
3737
date: new Date(),
3838
store: false,
39-
cwd: "./dist/tmp/src",
39+
cwd: "./dist/tmp/widgets",
4040
src: [ "**/*" ]
4141
} ]
4242
}
@@ -46,7 +46,7 @@ module.exports = function(grunt) {
4646
distDeployment: {
4747
files: [ {
4848
dest: "./dist/MxTestProject/deployment/web/widgets",
49-
cwd: "./dist/tmp/src/",
49+
cwd: "./dist/tmp/widgets/",
5050
src: [ "**/*" ],
5151
expand: true
5252
} ]
@@ -66,7 +66,7 @@ module.exports = function(grunt) {
6666
files: widgetNames.map(widgetName => {
6767
return {
6868
append: `\n\n//# sourceURL=${widgetName}.webmodeler.js\n`,
69-
input: `dist/tmp/src/${widgetName}/${widgetName}.webmodeler.js`
69+
input: `dist/tmp/widgets/${widgetName}/${widgetName}.webmodeler.js`
7070
};
7171
})
7272
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Enable users to filter or search a list view.
1616
* `Header sort`: Add sorting behavior to the headers of a list view.
1717

1818
## Dependencies
19-
Mendix 7.9.0
19+
Mendix 7.20.0
2020

2121
## Demo projects
2222
[https://listviewcontrols.mxapps.io](https://listviewcontrols.mxapps.io)

0 commit comments

Comments
 (0)