-
Notifications
You must be signed in to change notification settings - Fork 189
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
管理者による全体へのメッセージ機能 #113
Milestone
Comments
koda-masaru
added a commit
that referenced
this issue
Apr 13, 2016
koda-masaru
added a commit
that referenced
this issue
Apr 13, 2016
koda-masaru
added a commit
that referenced
this issue
Apr 13, 2016
koda-masaru
added a commit
that referenced
this issue
Apr 21, 2016
- 通知処理を呼び出すのがセッション毎に1回になっていたが、セッションはかなり長く保持するので、新しい通知が表示されない - セッション毎に1回にするのは、ログインしていないユーザ(既読の管理が出来ないユーザ)にする - 既読管理しているユーザは通知があるかはチェックするようにする
koda-masaru
added a commit
that referenced
this issue
Apr 28, 2016
#113 fix call notify method timing
システムメニューに、管理者からの全体への告知を登録する機能を追加しました。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#89 から
監理者がメッセージを登録すると、ユーザがログインした際に表示する機能
The text was updated successfully, but these errors were encountered: