0
mateworkx@gmail.com created
- ABP Framework version: v7.0.1
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:None
- Steps to reproduce the issue:None
Iām trying to display a login message to ALL tenants. For instance, if I push out an upgrade release, Iād like the tenants to be notified upon login. This is a Blazor application.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
Hi,
You can implement a simple news system.
For example, create a table
News:- Message
- ExpirationData
Use the layout hook system to create a
NewsComponentto display the news.PS: News systems can get very complex based on your use case. you can add type for news(release, information etc...) and separate display logic for each type
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)