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、EntityExplorerなどのGridヘッダ上の「Show Filter Row」機能を利用するとシステムエラーが発生する #1181

Closed xkazama-yukio3 closed 1 year ago

xkazama-yukio3 commented 1 year ago

AdminConsole、EntityExplorerなどの検索結果のGridヘッダ上に表示される 「Show Filter Row」/ 「Hide Filter Row」機能を利用するとシステムエラーが発生する。

SmartGWTのVersionUpに伴い追加された機能だが、考慮できていないため。 Where条件の指定などで同等のことが実現できるため、機能を無効化する。

あわせて、Tool系のGrid表示を見直す。

xkazama-yukio3 commented 1 year ago

(English) The "Show Filter Row" / "Hide Filter Row" function displayed on the header of the search results grid displayed in EntityExplorer, etc., causes a system error. A system error occurs when using the "Show Filter Row" / "Hide Filter Row" function.

This function was added with the version update of SmartGWT, but its operation has not been taken into account. Since the same operation can be achieved by specifying the Where condition, etc., the function should be disabled.

In addition, the Grid display of the Tools was reviewed.