Updating assets classification.
This commit is contained in:
parent
a9f96e335f
commit
7d8d183bf4
@ -1,6 +1,6 @@
|
||||
accessing
|
||||
fromDictionary: aDictionary
|
||||
name := aDictionary at: #Name.
|
||||
category := aDictionary at: 'Name'.
|
||||
category := ((aDictionary at: 'Asset Type') splitOn: '/') last copyReplaceAll: '_' with: ' '.
|
||||
abilities := self populateAbilities: (aDictionary at: #Abilities)
|
||||
|
Loading…
Reference in New Issue
Block a user