Post Closed
761
Views
6
Comments
Solved
Disalbe Upgrade Message
Question

Is it possible to disalbe the "Your application has been updated to the latest version" message?

UserImage.jpg
Jacob J
Solution

You can also hide it using css.

in your application theme css

.feedback-message-wrapper .upgrade-success{
    display:none;
}

- J

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi Preuter,

Really it needed, I also thinking to do same thing in the past..

Thanks for your question and let me also try to find some solutions. 


Regards,

Rajat Agrawal

2020-02-28 09-46-54
Eduardo Jauch

Hi Matthias,

I'm assuming you're talking about mobile.
Don't know if it is possible to disable the message, but imho, I would say it is a bad idea. 

As a user, I like to know when an application I have in my mobile is updated.
As by default, the OutSystems applications, being hybrid, can be updated without requiring to go the store (most of the time), I think the message is very important.

Could even rise some ethical issues. But them, the automatic update should be configurable also (with the option for the application to refuse to start without the update, of course).

Cheers,
Eduardo Jauch

2018-11-05 14-06-27
Stepan Kakosyan

2018-08-27 08-29-35
Fábio Vaz

Matthias Preuter wrote:

Is it possible to disalbe the "Your application has been updated to the latest version" message?

There it is

UserImage.jpg
Jacob J
Solution

You can also hide it using css.

in your application theme css

.feedback-message-wrapper .upgrade-success{
    display:none;
}

- J

UserImage.jpg
David McMeechan

This message was driving me crazy. The solution was to put a trailing "/" on the URL.

"/Portal" would generate the message. A message that could only be cleared by clicking the mouse - no keyboard action would clear it.

"/Portal/" does not.