Changes between Initial Version and Version 7 of Ticket #18683
- Timestamp:
- 2020-02-06T20:22:01+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18683
- Property Summary Exempt `@` from `taxi:conditional=` in checking for suspicious chracters when pasting tags → Exempt and parse `@` from `taxi:conditional=` properly in checking for suspicious chracters and pasting tags
-
Ticket #18683 – Description
initial v7 1 1 ==== What steps will reproduce the problem? 2 1. Copy a `taxi:conditional=*` tag 2 1. Copy a `taxi:conditional=*` tag containing `=` in value. 3 3 2. Paste the tag 4 4 5 5 ==== What is the expected result? 6 No warning/confirmation pop-up, as with other `*:conditional=` keys. 6 1. No warning/confirmation pop-up, as with other `*:conditional=` keys. 7 2. Paste only a `taxi:conditional=*` tag. 7 8 8 9 ==== What happens instead? 9 "Do you want to paste this tag?" pops up suggesting it is suspicious to have `@` in `taxi:conditional=*`'s value. 10 1. "Do you want to paste this tag?" pops up suggesting it is suspicious to have `@` as a key 11 2. Pastes a `@=*` tag, truncates `taxi:conditional=*`'s condition part including and after `@` 10 12 11 13 ==== Please provide any additional information below. Attach a screenshot if possible.