Skip to content

Commit

Permalink
fix rename menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MiRo1310 committed Oct 27, 2023
1 parent 4e43847 commit c386f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ You can create different groups with separate menus, and then assign users to th

### **WORK IN PROGRESS**

- fixed calling submenus in subordinate menus
- fixed, rename menuname
- fixed calling submenus in subordinate menus
- convert type values to type of target ID

### 0.8.3 (2023-10-23)
Expand Down
1 change: 1 addition & 0 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
$(`tbody[name="${activeMenu}"]`).attr("name", renamedUser)
menus.push(renamedUser)
activeMenu = renamedUser
$("#activMenuOutput").text(renamedUser)
$("#dialog-change-groupname").hide()
_onChange()
})
Expand Down

0 comments on commit c386f52

Please sign in to comment.