Commit 0f554bd
committed
UI5: Address join order issues with inSameWebApp
Applying inSameWebApp too early in the pipeline was causing a
cross-product on all data flow nodes in a WebApp. It's typically
better to apply the other conditions (e.g. name matching), then
filter on the same web-app as a final step.1 parent 0b7b119 commit 0f554bd
File tree
1 file changed
+2
-0
lines changed- javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments