Skip to content

Commit

Permalink
disable validator for program name temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tukey42 committed Apr 9, 2024
1 parent 7e4d7d0 commit 48bfcc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
"width": "8% ",
"trim": false,
"title": "Programmname",
"tooltip": "eindeutiger Name des Programms",
"tooltip": "eindeutiger Name des Programms (aktuell Mehrfachangabe notwendig)",
"filter": false,
"sort": false,
"default": "",
"Xvalidator": "const x={};for (const c of globalData.programs) {if (x[c.name]==='x') return false; x[c.name]='x';}; return true;",
"validator": "const x={};for (const c of globalData.programs) {if (x[c.name]==='x') return true; x[c.name]='x';}; return true;",
"validatorNoSaveOnError": true
},
{
Expand Down

0 comments on commit 48bfcc1

Please sign in to comment.