You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue as in getSummary. Use INT instead of STRING in case-statement in function "FacilityFormat": function FacilityFormat(value) { switch(value) { case 0: { return "KERNEL-MESSAGE"; break; }
Notice:
Improvment for "getSummary" is working
The text was updated successfully, but these errors were encountered:
Same issue as in getSummary. Use INT instead of STRING in case-statement in function "FacilityFormat":
function FacilityFormat(value) { switch(value) { case 0: { return "KERNEL-MESSAGE"; break; }
Notice:
Improvment for "getSummary" is working
The text was updated successfully, but these errors were encountered: