File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
javascript/frameworks/ui5
lib/advanced_security/javascript/frameworks/ui5 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ private class ContextBindingAttribute extends XmlAttribute {
17
17
private newtype TBindingString =
18
18
TBindingStringFromLiteral ( StringLiteral stringLiteral ) { stringLiteral .getValue ( ) .matches ( "{%}" ) } or
19
19
TBindingStringFromXmlAttribute ( XmlAttribute attribute ) {
20
- attribute .getLocation ( ) .getFile ( ) instanceof XmlView and
20
+ attribute .getLocation ( ) .getFile ( ) instanceof UI5View and
21
21
attribute .getValue ( ) .matches ( "{%}" )
22
22
} or
23
23
TBindingStringFromJsonProperty ( JsonObject object , string propertyName ) {
Original file line number Diff line number Diff line change 1
- | test.html:5:11:5:31 | XML property binding: data-value to {/input} |
2
- | test.html:8:11:8:33 | XML property binding: data-content to {/input} |
3
1
| test.js:10:20:10:33 | Early JavaScript property binding: value to "{/root/name}" |
4
2
| test.js:21:28:21:34 | JavaScript context binding: oInput to "/root" |
5
3
| test.js:23:38:23:43 | Late JavaScript property binding: value to "name" |
9
7
| test.json:5:9:22:9 | JSON property binding: items to {/Base} |
10
8
| test.json:11:17:16:17 | JSON property binding: value to {input} |
11
9
| test.json:17:17:20:17 | JSON property binding: content to {path : /input, formatter : ".valueFormatter"} |
10
+ | test.view.html:5:11:5:31 | XML property binding: data-value to {/input} |
11
+ | test.view.html:8:11:8:33 | XML property binding: data-content to {/input} |
12
12
| test.xml:2:5:2:28 | XML property binding: value to {foo} |
13
13
| test.xml:3:5:3:29 | XML property binding: value to {/foo} |
14
14
| test.xml:4:5:4:34 | XML property binding: value to {model>foo} |
File renamed without changes.
You can’t perform that action at this time.
0 commit comments