Expected Behaviour
If I export a course which contains assets that have tags then the imported assets should have the same tags.
Actual Behaviour
The imported assets do not have any tags.
Steps to Reproduce
- Create a course which contains an asset which has a tag
- Export the course. In the assets.json you will be able to see the tag
- Import the course. The imported asset will not have any tags.
The problem is with the import side rather than the export side. In importsource.js there is an addAssets function which contains line var tags = formTags.slice(); I believe this is the problem.
Versions
- Authoring Tool Version: 0.10.0
- Framework Version: 4.3.0
Expected Behaviour
If I export a course which contains assets that have tags then the imported assets should have the same tags.
Actual Behaviour
The imported assets do not have any tags.
Steps to Reproduce
The problem is with the import side rather than the export side. In importsource.js there is an addAssets function which contains line
var tags = formTags.slice();I believe this is the problem.Versions