Skip to content

Commit c56a64c

Browse files
committed
can ignore project scope
1 parent 6cc68f1 commit c56a64c

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Note that as with other custom lists, the filter is only applied at the root lev
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).
88
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.
9+
and filter by ancestor portfolio item is enabled, it will listen to the broadcaster for the selected ancestor or project scope.
1010

1111
Several export options are provided and change depending on the root record type
1212
chosen in Edit App Settings...
@@ -34,10 +34,7 @@ If this app is on a Timebox Scoped page, then the appropriate timebox filter
3434
will be applied if the Timebox is valid for the queried model. If the Timebox
3535
is not valid for the selected model, then the Timebox scope will be ignored.
3636

37-
If the page is scoped to a Milestone Timebox, there is an additional setting
38-
to allow the user to respect or ignore the global project setting. This is
39-
useful when Portfolio Items associated with a specific Milestone are not
40-
constrained to a specific subset of the Project Hierarchy tree.
37+
Optionally, project scope can be ignored.
4138

4239
### Caveats
4340
* If an item has a parent that is out of scope, then that item's relationship will not be seen.

deploy/Ugly.txt

+6-6
Large diffs are not rendered by default.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-grid-with-deep-export",
3-
"version": "1.3.1-alpha",
3+
"version": "1.3.1",
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-app-filter": "^2.1.0",
12+
"@agile-central-technical-services/utils-ancestor-pi-app-filter": "^2.1.2",
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

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

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

0 commit comments

Comments
 (0)