dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
67 stars 25 forks source link

AdminConsole、メニュー編集画面の改善(アイコンボタンの廃止) #716

Closed xkazama-yukio3 closed 3 years ago

xkazama-yukio3 commented 3 years ago

AdminConsole、メニュー編集画面の改善。

ツリーでのアイテムの編集、削除や、アイテムの編集、削除、コピーのアイコン表示をやめてコンテキストメニューに変更する。

アイコンをなくすため、画面上に注記としてコンテキストメニューに変更したことを出力する。

あわせて、メニューアイテム編集での保存時にアイテムツリーをリフレッシュせずに変更箇所のみ反映する。

xkazama-yukio3 commented 3 years ago

(English) Improved the menu edit screen of Admin Console.

Abolish the edit / delete, edit / delete / copy functions of menu items on the tree by displaying the icon buttons, and change to the context menu.

To eliminate the icon, output the change to the context menu as a note on the screen.

And, when saving by editing the menu item, only the changed part is reflected without refreshing the entire item tree.