File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 111111 "message" : " 🤔 <strong>Sample Announcement</strong>: New Feature Available: Check out our latest dashboard improvements! <a href='/features'>Learn more</a>" ,
112112 "startDate" : " 2025-06-01T00:00:00Z" ,
113113 "endDate" : " 2025-07-16T00:00:00Z"
114- }
114+ },
115+ "notifyLatestCSVersion" : true
115116}
Original file line number Diff line number Diff line change @@ -599,6 +599,9 @@ const user = {
599599 commit ( 'SET_DOMAIN_STORE' , domainStore )
600600 } ,
601601 SetCsLatestVersion ( { commit } , rolename ) {
602+ if ( ! vueProps . $config . notifyLatestCSVersion ) {
603+ return
604+ }
602605 const lastFetchTs = store . getters . latestVersion ?. fetchedTs ? store . getters . latestVersion . fetchedTs : 0
603606 if ( rolename === 'Root Admin' && ( + new Date ( ) - lastFetchTs ) > 24 * 60 * 60 * 1000 ) {
604607 axios . get (
You can’t perform that action at this time.
0 commit comments