-
Notifications
You must be signed in to change notification settings - Fork 1
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
グループ外NGのときorグループ外NGに変更するときにwarningを出す #922
Conversation
グループ外の人が参加できない場合,グループ外の人にはイベントの作成通知が届きません。<br /> | ||
また,途中でこの設定を変更した場合,すでに参加登録していたグループ外の人にも通知が届かなくなります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
通知はtraQで各自いじれるので触れてほしいのは通知関係の話よりは既に登録されていたメンバーが削除される可能性があるってことなのでこれに言及したwarningにしてほしいです 🙏
#893 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
承知いたしました。確認ありがとうございます:pray:
type="warning" | ||
elevation="1" | ||
class="mt-3" | ||
max-width="900px" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他のコンポーネントにもついてないからmax-width
なくてもよさそう
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確かこれがないと見た目が悪くなってしまっていたのでつけた記憶があります。
ただあまりスマートでないと思っていたので,もう少し別の方法を探してみます:pray:
もしかしたら,また相談させていただくかもしれません。
elevation="1" | ||
class="mt-3" | ||
> | ||
この設定にすると,グループ外の参加者の情報が存在すれば全て削除されます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
イベント作成時は誰の参加情報も登録されてなくて削除することがないので可能なら更新時だけ出したいですね
更新時はグループ外の参加者を許可しない場合、既に登録されているグループ外の参加者の参加情報は削除されます
とか?
よさそう |
@ras0q approveお願いします:pray: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
見ました、よさそうです!
issue893です。
確認よろしくお願いいたします。