@takagaki/cortex-decisions-viewer 0.12.63 → 0.12.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/render.js +4 -1
- package/package.json +1 -1
package/dist/render.js
CHANGED
|
@@ -8002,7 +8002,10 @@ ${calendarAddUrl.toString()}
|
|
|
8002
8002
|
btn.disabled = true;
|
|
8003
8003
|
openConfirm(
|
|
8004
8004
|
[
|
|
8005
|
-
|
|
8005
|
+
// #622: 共有先はポータルで承認された案件のメンバー全員。**押す人に範囲を正しく伝える**
|
|
8006
|
+
//(前は「案件の社内メンバーに」と書いていたが、社外のメンバーにも閲覧で共有される)
|
|
8007
|
+
"cortex-notetaker が「" + (SITE.title || "この案件") + "」のカレンダーを作り、"
|
|
8008
|
+
+ "案件の社内メンバーに予定作成の権限で、社外のメンバーに閲覧の権限で共有します。",
|
|
8006
8009
|
"できるまで数分〜十数分かかります。",
|
|
8007
8010
|
],
|
|
8008
8011
|
{ okLabel: "作る", okDanger: false, returnTo: btn },
|
package/package.json
CHANGED