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 {
1717private newtype TBindingString =
1818 TBindingStringFromLiteral ( StringLiteral stringLiteral ) { stringLiteral .getValue ( ) .matches ( "{%}" ) } or
1919 TBindingStringFromXmlAttribute ( XmlAttribute attribute ) {
20- attribute .getLocation ( ) .getFile ( ) instanceof XmlView and
20+ attribute .getLocation ( ) .getFile ( ) instanceof UI5View and
2121 attribute .getValue ( ) .matches ( "{%}" )
2222 } or
2323 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} |
31| test.js:10:20:10:33 | Early JavaScript property binding: value to "{/root/name}" |
42| test.js:21:28:21:34 | JavaScript context binding: oInput to "/root" |
53| test.js:23:38:23:43 | Late JavaScript property binding: value to "name" |
97| test.json:5:9:22:9 | JSON property binding: items to {/Base} |
108| test.json:11:17:16:17 | JSON property binding: value to {input} |
119| 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} |
1212| test.xml:2:5:2:28 | XML property binding: value to {foo} |
1313| test.xml:3:5:3:29 | XML property binding: value to {/foo} |
1414| 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