Skip to content

Asset tags are not preserved on import #2439

@canstudios-nicolaw

Description

@canstudios-nicolaw

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

  1. Create a course which contains an asset which has a tag
  2. Export the course. In the assets.json you will be able to see the tag
  3. 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

Metadata

Metadata

Assignees

Labels

S: mergedCompleted, reviewed, and merged issuesT: bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions