mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 03:24:43 +08:00
Names refactoring
This commit is contained in:
@@ -133,7 +133,7 @@ export default class Grammar {
|
||||
r.AttributeName
|
||||
.skip(valueSeparator)
|
||||
.chain(attributeName => {
|
||||
// Once the attribute name is known, look into entityType.attributes to get its type
|
||||
// Once the attribute name is known, look into entityType.attributes to get its type
|
||||
const attributeKey = attributeName.split(".")
|
||||
const attribute = Utility.objectGet(entityType.attributes, attributeKey)
|
||||
let attributeValueGrammar = Grammar.getGrammarForType(r, attribute, r.AttributeAnyValue)
|
||||
|
||||
Reference in New Issue
Block a user