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
530 stars 85 forks source link

Lookupと項目連携が連動しない #477

Closed ebessan closed 11 months ago

ebessan commented 1 year ago

ClassAでLookupでClassBとClassCに転記します。 ClassBとClassCを項目連携しておきます。

ClassAを選択してLookupを動かすと、ClassCが連携した選択肢になりません。

ClassBを選択しなおすとClassCは連携した選択肢になります。

pierre3 commented 1 year ago

Issueありがとうございます。 本動作について確認いたしますのでお待ちいただけますでしょうか。

pierre3 commented 1 year ago

本動作について、手元の環境で再現することを確認いたしました。 項目連携が設定されている項目では、Lookupの転記が動作しないようです。

対処方法ですが、下記の設定をお試しいただけますでしょうか。

下記の様にLookup設定で OverwriteformをtrueとすることでLookupの転記を強制することができます。

[{
  "SiteId":12345,
  "Lookups":[
    {
      "From":"ClassA",
      "To":"ClassB",
      "Type": 0,
      "OverwriteForm":true
    },
    {
      "From":"ClassB",
      "To":"ClassC",
      "Type": 0,
      "OverwriteForm":true
    }
  ]
}]
github-actions[bot] commented 11 months 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 11 months ago

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