chart-tool icon indicating copy to clipboard operation
chart-tool copied to clipboard

Tags don't appear in edit page on fork

Open tomcardoso opened this issue 5 years ago • 1 comments

If you fork a chart, assuming the chart has a tag, the tag label won't show up in the "Tags" dropdown field (until you re-add it). Must be because the ID is not associated with that tag in the Tags collection.

tomcardoso avatar Sep 10 '19 21:09 tomcardoso

Probably need to add a 'tags.change' call (https://github.com/globeandmail/chart-tool/blob/master/meteor/imports/api/Tags/methods.js#L15-L40) to 'charts.fork (https://github.com/globeandmail/chart-tool/blob/master/meteor/imports/api/Charts/methods.js#L40-L50).

tomcardoso avatar Sep 10 '19 21:09 tomcardoso