weizhouapache commented on code in PR #10533:
URL: https://github.com/apache/cloudstack/pull/10533#discussion_r2375936728


##########
ui/src/store/modules/user.js:
##########
@@ -556,6 +555,9 @@ const user = {
       commit('SET_DOMAIN_STORE', domainStore)
     },
     SetCsLatestVersion ({ commit }, rolename) {
+      if (!vueProps.$config.notifyLatestCSVersion) {
+        return
+      }

Review Comment:
   can we just put a file on cloudstack.apache.org, for example 
   
   https://cloudstack.apache.org/latest_cloudstack_version ?
   
   We do not need to get the new version very soon after the release, 1-7 days 
delay is good I think.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to