Skip to content

Commit 67022e5

Browse files
committed
utils-ancestor-pi-inline-filter": "^1.0.12"
1 parent 27c7037 commit 67022e5

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

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

7+
Additionally, items can be filtered by an ancestor portfolio item. (e.g. filter Features that are ultimately children of the higher level Theme).
8+
79
Several export options are provided and change depending on the root record type
810
chosen in Edit App Settings...
911

deploy/Ugly.txt

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-grid-with-deep-export",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"scripts": {
55
"debug": "grunt debug",
66
"debug:watch": "nodemon --exec grunt debug",
@@ -9,7 +9,7 @@
99
"deploy-debugsdk:watch": "nodemon --exec grunt deploy-debugsdk"
1010
},
1111
"dependencies": {
12-
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.11",
12+
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.12",
1313
"@agile-central-technical-services/utils-shared-views": "^1.0.2"
1414
},
1515
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

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

99
"@agile-central-technical-services/utils-shared-views@^1.0.2":
1010
version "1.0.2"

0 commit comments

Comments
 (0)