Skip to content

Commit 7de459e

Browse files
committed
updated readme
1 parent 70f5ceb commit 7de459e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Note that as with other custom lists, the filter is only applied at the root level.
66

77
Additionally, items can be filtered by an ancestor portfolio item. (e.g. filter Features that are ultimately children of the higher level Theme).
8+
If placed on a page that also has a [pi-ancestor-filter-broadcaster](https://github.com/RallyTechServices/pi-ancestor-filter-broadcaster),
9+
and filter by ancestor portfolio item is enabled, it will listen to the broadcaster for the selected ancestor.
810

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy-debugsdk:watch": "nodemon --exec grunt deploy-debugsdk"
1010
},
1111
"dependencies": {
12-
"@agile-central-technical-services/utils-ancestor-pi-app-filter": "^3.0.0",
12+
"@agile-central-technical-services/utils-ancestor-pi-app-filter": "^2.1.0",
1313
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.12",
1414
"@agile-central-technical-services/utils-shared-views": "^1.0.2"
1515
},

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-app-filter@^3.0.0":
6-
version "3.0.0"
7-
resolved "https://registry.yarnpkg.com/@agile-central-technical-services/utils-ancestor-pi-app-filter/-/utils-ancestor-pi-app-filter-3.0.0.tgz#ddcf9eed9b13154b0b39168db416bf41feb2dc65"
5+
"@agile-central-technical-services/utils-ancestor-pi-app-filter@^2.1.0":
6+
version "2.1.0"
7+
resolved "https://registry.yarnpkg.com/@agile-central-technical-services/utils-ancestor-pi-app-filter/-/utils-ancestor-pi-app-filter-2.1.0.tgz#a2417a0aa43cce28f6c0cc34a7f3d6a898f6e2bf"
88

99
"@agile-central-technical-services/utils-ancestor-pi-inline-filter@^1.0.12":
1010
version "1.0.12"

0 commit comments

Comments
 (0)