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.
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