Bug 29140

Summary: Suppress some warnings in codemirror js editor
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle, lucas
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 2021-09-29 19:33:17 UTC
When editing user JS preferences there are warns for:
'let' is available in ES6

I think we could suppress these and allow that usage
Comment 1 Lucas Gass (lukeg) 2025-12-04 21:06:38 UTC
This is no longer valid.