You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #799 there looks to be some unexpected clipping of the newsflash message.
It seems that the initial value is saved to the database properly and also returned properly via retrieve_event. When the message is populated into the form, however, the string is assigned to the value attribute of an input and apparently not properly escaped.
Listing 11901 (calevent id) has 2 occurrences, 19594 and 19780 (caldaily ids).
The full newflash message should be: Moved ride to today should be more acclimated to everyone's liking. I needed more time to acclimate to the heat before I did this with you guys..
… but only the portion up to the first quote mark (') is shown: Moved ride to today should be more acclimated to everyone
Presumably, if the event were saved in this state, the truncated message would be sent to the server and the rest of the message would be lost.
The text was updated successfully, but these errors were encountered:
As noted in #799 there looks to be some unexpected clipping of the newsflash message.
It seems that the initial value is saved to the database properly and also returned properly via
retrieve_event
. When the message is populated into the form, however, the string is assigned to thevalue
attribute of an input and apparently not properly escaped.shift-docs/site/themes/s2b_hugo_theme/assets/js/cal/addevent.js
Line 368 in ac96068
shift-docs/site/themes/s2b_hugo_theme/assets/js/cal/datepicker.js
Line 24 in ac96068
Example
Listing
11901
(calevent id) has 2 occurrences,19594
and19780
(caldaily ids).The full newflash message should be:
Moved ride to today should be more acclimated to everyone's liking. I needed more time to acclimate to the heat before I did this with you guys..
… but only the portion up to the first quote mark (
'
) is shown:Moved ride to today should be more acclimated to everyone
Presumably, if the event were saved in this state, the truncated message would be sent to the server and the rest of the message would be lost.
The text was updated successfully, but these errors were encountered: