- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updateTags (0.09 sec)
-
src/main/webapp/WEB-INF/view/admin/storage/admin_storage_tag_edit.jsp
<em class="fa fa-arrow-circle-left"> <la:message key="labels.crud_button_back" /> </la:link> <c:if test="${editable}"> <button type="submit" class="btn btn-success" name="updateTags" value="<la:message key="labels.crud_button_update" />" > <em class="fa fa-pencil-alt"> <la:message key="labels.crud_button_update" /> </button> </c:if>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu May 26 01:48:41 UTC 2022 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
* @param form the tag form containing updated tag information * @return HTML response redirecting to the storage list after update */ @Execute @Secured({ ROLE }) public HtmlResponse updateTags(final TagForm form) { validate(form, messages -> {}, () -> asEditTagsHtml(form.path, form.name)); final String objectName = getObjectName(form.path, form.name); try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0)