Skip to content

Commit

Permalink
utils-ancestor-pi-inline-filter": "^1.0.12"
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrjo committed Oct 18, 2018
1 parent 27c7037 commit 67022e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Note that as with other custom lists, the filter is only applied at the root level.

Additionally, items can be filtered by an ancestor portfolio item. (e.g. filter Features that are ultimately children of the higher level Theme).

Several export options are provided and change depending on the root record type
chosen in Edit App Settings...

Expand Down
10 changes: 5 additions & 5 deletions deploy/Ugly.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-grid-with-deep-export",
"version": "1.2.10",
"version": "1.2.11",
"scripts": {
"debug": "grunt debug",
"debug:watch": "nodemon --exec grunt debug",
Expand All @@ -9,7 +9,7 @@
"deploy-debugsdk:watch": "nodemon --exec grunt deploy-debugsdk"
},
"dependencies": {
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.11",
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.12",
"@agile-central-technical-services/utils-shared-views": "^1.0.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@agile-central-technical-services/utils-ancestor-pi-inline-filter@^1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@agile-central-technical-services/utils-ancestor-pi-inline-filter/-/utils-ancestor-pi-inline-filter-1.0.11.tgz#706d73bcc31eae70e6b29ad44c315a4170980ca6"
"@agile-central-technical-services/utils-ancestor-pi-inline-filter@^1.0.12":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@agile-central-technical-services/utils-ancestor-pi-inline-filter/-/utils-ancestor-pi-inline-filter-1.0.12.tgz#eb82287496305bec975beea03ff7a510588e05ee"

"@agile-central-technical-services/utils-shared-views@^1.0.2":
version "1.0.2"
Expand Down

0 comments on commit 67022e5

Please sign in to comment.