Implem / Implem.Pleasanter

Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
https://pleasanter.org
GNU Affero General Public License v3.0
511 stars 81 forks source link

選択肢を特定のグループメンバーに絞って表示させることができない #414

Closed tsuyoshi0501 closed 1 year ago

tsuyoshi0501 commented 1 year ago

突然失礼いたします。

全ユーザーが参照するテーブルで、 項目の選択肢を特定のグループメンバーに絞って表示させることは可能でしょうか?

1.3.16.0 のアップデートでフィルタ(選択肢一覧を他の項目の値で絞り込む)が実装されましたが、 Userテーブルをグループでフィルタをかけれず困っています。

メールの宛先の指定のように [Group1] といった形で指定できると機能を検討していただけると幸いです。

お忙しいところ恐縮ですが、ご回答ご検討いただけると幸いです。

uchi-ta commented 1 year ago

選択肢一覧に下記のように設定してみてください。1,2の部分にはグループIDを入力してください。

[
    {
        "TableName": "Users",
        "View": {
            "ColumnFilterHash": {
                "Groups": "[1,2]"
            }
        }
    }
]
github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 7 days with no activity.