- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for editTags (0.04 seconds)
-
src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp
<a class="btn btn-primary btn-xs" role="button" name="editTags" href="${contextPath}/admin/storage/editTags?path=${f:u(data.path)}&name=${f:u(data.name)}" value="<la:message key="labels.storage_button_tags" />"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 20.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
* * @param form the tag form containing object information * @return HTML response for the tag editing form */ @Execute @Secured({ ROLE }) public HtmlResponse editTags(final TagForm form) { validate(form, messages -> {}, () -> asEditTagsHtml(form.path, form.name)); saveToken(); return asEditTagsHtml(form.path, form.name); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 22.1K bytes - Click Count (0)