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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user