dtolabs / yana2

Yet Another Node Authority ... because you wanted an agile Real-Time Service Model (RTSM)
8 stars 1 forks source link

Required property spec. for a NodeAttribute ignored during XML import. #164

Closed sksastry closed 12 years ago

sksastry commented 12 years ago

Steps to reproduce:

Observe that the asterisk indicating "required" is not shown for respective NodeAttribute. This is because the Import code basically ignores this property while parsing the XML file.

sksastry commented 12 years ago

[Issue #164]: Required property spec. for a NodeAttribute ignored during XML import. Fixed the ImportController.groovy to correctly read and assign the "required" field of the "NodeAttribute" when importing an XML file. GUI now shows "*" when creating and editing a node. However, the GUI still does not enforce the requiredness.