Open Closed

Display Login Message To All Tenants (Blazor) #4482


User avatar
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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can implement a simple news system.

    For example, create a table News:

    • Message
    • ExpirationData

    Use the layout hook system to create a NewsComponent to 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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11