nuxeo-development-framework 0.9.3 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +2 -0
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.js +3 -1
- package/fesm2015/nuxeo-development-framework.js +2 -0
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -17929,6 +17929,7 @@
|
|
|
17929
17929
|
_this.loading = false;
|
|
17930
17930
|
_this.tagsApiService.getUpdatedFile.next(); // add > service -> vwer sub updae
|
|
17931
17931
|
_this.removable = !_this.removable;
|
|
17932
|
+
_this.tagsFrom.reset(); // rest form to remove selected tags when open again to add new tag
|
|
17932
17933
|
}, function (err) {
|
|
17933
17934
|
_this.loading = false;
|
|
17934
17935
|
});
|
|
@@ -17940,6 +17941,7 @@
|
|
|
17940
17941
|
_this.loading = false;
|
|
17941
17942
|
_this.tagsApiService.getUpdatedFile.next(); // add > service -> vwer sub updae
|
|
17942
17943
|
_this.removable = !_this.removable;
|
|
17944
|
+
_this.tagsFrom.reset(); // rest form to remove selected tags when open again to add new tag
|
|
17943
17945
|
}, function (err) {
|
|
17944
17946
|
_this.loading = false;
|
|
17945
17947
|
});
|