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
{{ message }}
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
Event.shortTitle is a fallback title for the event that's used in cases where there are strict character constraints, such that the event's standard title could be too long. Accordingly, though, when the event's standard title is short enough, there's no need to specify a shortTitle; instead, the title provided can just be used in the character-constrained environments as well.
The API is already smart enough to handle this, which it does by auto-populating shortTitle with the title value if that value is less than shortTitle's maxlength.
But this logic should apply in the intranet too. Namely, when the user's adding an Event, the shortTitle field doesn't need to show up until the title that they enter is longer than Event.shortTitle's maxlength.
The text was updated successfully, but these errors were encountered:
Event.shortTitle
is a fallback title for the event that's used in cases where there are strict character constraints, such that the event's standardtitle
could be too long. Accordingly, though, when the event's standardtitle
is short enough, there's no need to specify ashortTitle
; instead, thetitle
provided can just be used in the character-constrained environments as well.The API is already smart enough to handle this, which it does by auto-populating
shortTitle
with thetitle
value if that value is less thanshortTitle
's maxlength.But this logic should apply in the intranet too. Namely, when the user's adding an Event, the
shortTitle
field doesn't need to show up until thetitle
that they enter is longer than Event.shortTitle's maxlength.The text was updated successfully, but these errors were encountered: