forked from xwiki-contrib/application-flashmessages
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Flash Messages Application's recurrency not working #10
Comments
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Dec 3, 2018
* applied xar:format
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Dec 3, 2018
* I've added in the validation class another property that refers to the date when the message was last seen so I can display it if that date does not correspond with today
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Dec 3, 2018
* removed duplicate code
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Dec 3, 2018
* added a general dateFormat at the beginning of the code
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Dec 3, 2018
* set dateFormat only if needed
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Dec 3, 2018
* added a general dateFormat at the beginning of the code for this page too
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
May 7, 2019
* configure app to use docker for testing
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
May 30, 2019
* fixed failing tests
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Jun 4, 2019
* docker node is needed for the ci
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Apr 21, 2020
* added the date when the message was last seen in FlashValidationClass and compare this with the current date, only for entries that have 'repeat' activated
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Apr 21, 2020
* line longer than 120 characters
oanalavinia
added a commit
to oanalavinia/application-flashmessages
that referenced
this issue
Apr 27, 2020
* used correct dateFormat * added RequireRights object for FlashNotifier since it requires programming rights
oanalavinia
added a commit
that referenced
this issue
Apr 28, 2020
* added the date when the message was last seen in FlashValidationClass and compare this with the current date, only for entries that have 'repeat' activated * added RequireRights object for FlashNotifier since it requires programming rights
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Expected results: The Flash Message Pop-up appears daily at the time selected.
Actual results: The Flash Message Pop-up does not appear.
Linked to: https://jira.xwiki.org/browse/XAFLASHM-40
The text was updated successfully, but these errors were encountered: