FIX: do no reset tags selection on category selection (#6369)

We will instead implement a server side solution to this in the future.
This commit is contained in:
Joffrey JAFFEUX
2018-09-06 10:35:07 +02:00
committed by GitHub
parent 56b6a4779d
commit 6c1e70d554
3 changed files with 0 additions and 47 deletions
@@ -297,12 +297,6 @@ export default Ember.Controller.extend({
uploadIcon: () => uploadIcon(),
actions: {
resetTagsSelection() {
if (this.get("model.tags")) {
this.set("model.tags", []);
}
},
cancelUpload() {
this.set("model.uploadCancelled", true);
},
@@ -64,8 +64,6 @@
fullWidthOnMobile=true
value=model.categoryId
scopedCategoryId=scopedCategoryId
onSelect=(action "resetTagsSelection")
onSelectNone=(action "resetTagsSelection")
tabindex="3"}}
{{popup-input-tip validation=categoryValidation}}
</div>