Summary: | When adding a '#' into Rancor with a macro, the special character gets removed | ||
---|---|---|---|
Product: | Koha | Reporter: | Kelly McElligott <kelly> |
Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
Version: | 18.05 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Kelly McElligott
2019-05-08 21:15:56 UTC
From cateditor/macros/rancor.js: 238 contents = contents.replace( /#.*$/, '' ); So it's expected, what's following # is considered as a comment |