Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

複数個のsubtableまたは関連レコード中のfieldCodeを検索対象とすると検索結果不正になる不具合の対策 #1

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

master-maintenance1-peer-connect

設定画面(config.js)で複数個のsubtableまたは関連レコード中のfieldCodeを検索対象に加えても、desotop.jsで検索対象になりませんでした。 
ブラウザのデバックペインで内部処理を追跡した処、kintone.PromiseはPromiseとは違って、kintone.Promise.All(kintone.Promise.All([値...]))のような、promiseを返すpromiseの連鎖ができないか、kintone.Promise.Allに指定されたpromiseリストの内の全promiseの実行を待たないで終わるようです。
そこで、kintone.Promise.All(kintone.Promise.All([値...]))を使っていたfields[*].optionsの取得をconfig.js側の処理に移動しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants