Add GPE cert issues message
This commit is contained in:
parent
841fec729d
commit
791e7737d9
1 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,19 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 53,
|
||||
title = "Problemy z dziennikiem GPE",
|
||||
content = "Od czwartku Wulkanowy pokazuje błędy informujące o błednej dacie na telefonie. W tym przypadku to akurat nieprawda. Błąd jest po stronie GPE. Przez ten błąd nie działa równiez Dzienniczek VULCAN (jeśli się mylimy to nas poprawcie). Radzimy zgłaszać problem na helpdesk GPE",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.EDU_GDANSK.url,
|
||||
destinationUrl = "https://edu.gdansk.pl/",
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 52,
|
||||
title = "Informacja od GPE",
|
||||
|
@ -12,7 +25,7 @@ val messages = listOf(
|
|||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
isVisible = true,
|
||||
isVisible = false,
|
||||
),
|
||||
Message(
|
||||
id = 51,
|
||||
|
|
Loading…
Reference in a new issue