|
Summary: |
Titles are not escaped when creating an entity (Variant, version) |
Issue Type: |
Bug |
Assignee: |
Unassigned |
Components: |
Base feature |
Created: |
03/Feb/25 10:12 |
Labels: |
UX |
Priority: |
Major |
Reporter: |
Paul Pantiru |
Description: |
Steps to reproduce:
- Create a book
- Create a version or variant with the name 'V#' or 'V^'
Expected results:
- a variant with the name 'V' and title 'V#' or 'v^' is created.
Actual results:
- for 'v#' the entity is created but a CSFR warning is display due to the unescaped character # in the URL
- for 'v^' the creation doesn't work and an error 500 can be seen in the console
|
|