Feature #27
closedName and description
0%
Description
Keep the name and the description of the object in the XML file.
Propose the name and the description as default values when importing XML file (check existing object).
Updated by Anonymous almost 13 years ago
- Status changed from New to Resolved
Implemented and it will be available in 0.3.3. The behavior now is:
1. The exported XML files have the new tag "info" which contains the name and the description.
2. When importing, the files are checked for this tag and the name and description are retrieved.
3. If a file does not contain this tag, then the name of the file is used as the proposed name, without the .xml extension.
4. If there is already a component in the database with the same name, the proposed name will have as suffix the "_n", where n is the first integer which solves the conflict.
Updated by Anonymous almost 13 years ago
- Status changed from Resolved to Closed
Closing the feature because it has been implemented in version 0.4.0.