FEATURE: wiki editors are allowed edit tags for wiki topics.

If a wiki editor's TL is greater than 'min trust level to tag topics' site setting then they can edit the tags for any wiki topic.
This commit is contained in:
Vinoth Kannan
2019-10-23 23:35:38 +05:30
parent 67ad8fbd1b
commit 31577b2131
12 changed files with 115 additions and 24 deletions

View File

@@ -76,12 +76,13 @@
fullWidthOnMobile=true
value=model.categoryId
scopedCategoryId=scopedCategoryId
isDisabled=disableCategoryChooser
tabindex="3"}}
{{popup-input-tip validation=categoryValidation}}
</div>
{{/if}}
{{#if canEditTags}}
{{mini-tag-chooser tags=model.tags tabindex="4" categoryId=model.categoryId minimum=model.minimumRequiredTags}}
{{mini-tag-chooser tags=model.tags tabindex="4" categoryId=model.categoryId minimum=model.minimumRequiredTags isDisabled=disableTagsChooser}}
{{popup-input-tip validation=tagValidation}}
{{/if}}
</div>