Merge 2024.2 Gold D patches (2/2)

svn path=/Website/trunk/; revision=66393
This commit is contained in:
2024-10-01 13:00:42 +00:00
parent 776b8604d3
commit 6549b3874d
2 changed files with 4 additions and 2 deletions

View File

@@ -1379,6 +1379,8 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
badgehtml = "<span class='subtab-badge-icon subtab-badge-missing'>"
+ I("fa-exclamation-triangle fa-lg", { "fastyle": "fas" })
+ "</span>"
}
if (!this.subtabicon) {
%> <script>
var prevent_badge_reset = false;
<% if (!badgehtml && this.rstableNr && this.rstableNr > 1)

View File

@@ -47,11 +47,11 @@ IF NOT EXIST %script% GOTO noupgrade
ECHO About to perform upgrade %script%>>%logfile%
EXIT | sqlplus.exe %targetUSER%/%targetPASS%@%targetSERVER% @%script% >>%logfile% 2>>&1
:noupgrade
ECHO Running anon_%fac_refresh_anon%.sql >>%logfile%
EXIT | sqlplus.exe %targetUSER%/%targetPASS%@%targetSERVER% @anon_%fac_refresh_anon%.sql >>%logfile% 2>>&1
:noupgrade
IF x%deletedmp%==x1 DEL %dmpfile%
GOTO end