1.7.2 Character Sheet URL missing ampersands
Posted: Sun Nov 08, 2020 8:58 pm
Steps to reproduce:
1. View character sheet
2. Click Online URL link
3. Click Copy to clipboard icon (top left)
example invalid URL:
working URL, with ampersands manually added
Suggested solution:
Before the ah and ad query parameters ampersands need to be added.
1. View character sheet
2. Click Online URL link
3. Click Copy to clipboard icon (top left)
example invalid URL:
Code: Select all
https://te4.org/characters/232321/tome/7fe4fa98-acbd-4352-85e2-f4ef92ba8e22ah=2a44f1b6-f36d-4f7b-a21b-fdc1387ba17bad=232321
Code: Select all
https://te4.org/characters/232321/tome/7fe4fa98-acbd-4352-85e2-f4ef92ba8e22&ah=2a44f1b6-f36d-4f7b-a21b-fdc1387ba17b&ad=232321
Before the ah and ad query parameters ampersands need to be added.