Skip to content

Commit

Permalink
bug/IVYPORTAL-17918-BUG-Notification-bug-some-lines-have-no-message-a…
Browse files Browse the repository at this point in the history
…nd-cause-error-when-clicking-Start

_ update error message
  • Loading branch information
nhthinh-axonivy committed Nov 25, 2024
1 parent 674e2e8 commit 3adbdbc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions AxonIvyPortal/portal/cms/cms_de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,8 @@ ch.ivy.addon.portalkit.ui.jsf:
newNoteHeader: Neue Notiz hinzufügen
wroteAt: Erstellt am
notifications:
errorNotificationMessage: |
Die Details für die neue Aufgabe konnten nicht angezeigt werden. Bitte wenden Sie sich an Ihren Administrator, um Unterstützung zu erhalten
linkToFullScreen: Link zum Vollbild
linkToNotificationSettings: Benachrichtigungseinstellungen
markAllAsRead: Alle als gelesen markieren
Expand Down
1 change: 1 addition & 0 deletions AxonIvyPortal/portal/cms/cms_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ ch.ivy.addon.portalkit.ui.jsf:
newNoteHeader: Add new note
wroteAt: wrote at
notifications:
errorNotificationMessage: We couldn't display the details for the new task. Please contact your administrator for assistance
linkToFullScreen: Link to full screen
linkToNotificationSettings: Notification settings
markAllAsRead: Mark all as read
Expand Down
2 changes: 2 additions & 0 deletions AxonIvyPortal/portal/cms/cms_es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,8 @@ ch.ivy.addon.portalkit.ui.jsf:
newNoteHeader: Agregar nueva nota
wroteAt: escribió en
notifications:
errorNotificationMessage: |
No pudimos mostrar los detalles de la nueva tarea. Por favor, contacte con su administrador para obtener ayuda
linkToFullScreen: Enlace a la pantalla completa
linkToNotificationSettings: Ajustes de notificación
markAllAsRead: Marcar todo como leído
Expand Down
1 change: 1 addition & 0 deletions AxonIvyPortal/portal/cms/cms_fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ ch.ivy.addon.portalkit.ui.jsf:
newNoteHeader: Ajouter une nouvelle note
wroteAt: Ajoutée le
notifications:
errorNotificationMessage: Nous n'avons pas pu afficher les détails de la nouvelle tâche. Veuillez contacter votre administrateur pour obtenir de l'aide
linkToFullScreen: Lien vers le plein écran
linkToNotificationSettings: Paramètres de notification
markAllAsRead: Marquer tous les textes comme lus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<p:tooltip for="notification-message" value="#{notification.infoAction.title}" />
</h:panelGroup>
<h:panelGroup rendered="#{notification.infoAction == null}">
<h:outputText value="#{htmlSanitizerBean.sanitize(notification.message)}" />
<h:outputText value="#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/notifications/errorNotificationMessage')}" />
</h:panelGroup>
<h:outputText value="#{notification.timeSince}" styleClass="font-normal notifications-item-time-since" />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<p:tooltip for="notification-message" value="#{notification.infoAction.title}" />
</h:panelGroup>
<h:panelGroup rendered="#{notification.infoAction == null}">
<h:outputText value="#{htmlSanitizerBean.sanitize(notification.message)}" />
<h:outputText value="#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/notifications/errorNotificationMessage')}" />
</h:panelGroup>
<h:outputText value="#{notification.timeSince}" styleClass="font-normal notifications-item-time-since" />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<p:tooltip for="notification-message" value="#{notification.infoAction.title}" />
</h:panelGroup>
<h:panelGroup rendered="#{notification.infoAction == null}">
<h:outputText value="#{htmlSanitizerBean.sanitize(notification.message)}" />
<h:outputText value="#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/notifications/errorNotificationMessage')}" />
</h:panelGroup>
<h:outputText value="#{notification.timeSince}" styleClass="font-normal notifications-item-time-since" />
</div>
Expand Down

0 comments on commit 3adbdbc

Please sign in to comment.