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
What happened:
When creating events with titles containing specific character patterns (particularly IDs separated by a colon without spaces), the events are created successfully but do not display in the Schedule UI view. The events exist in the system and are visible via API calls, but they do not render in the web interface.
Expected behavior: All events should display in the Schedule tab regardless of the characters in their titles.
Reproduction steps:
Create an event with a title containing character patterns like: Title (Plan) - [email protected] (ID1:ID2)
Observe that the event doesn't appear in the Schedule view via web interface UI
Create a similar event but with spaces around the colon: Title (Plan) - [email protected] (ID1 : ID2)
Observe that both events now appear in the Schedule view
This suggests the UI rendering code may have issues with parsing or displaying titles with certain character sequences.
Operating System
Ubuntu 22.04 LTS
Node.js Version
v16.20.2
Cronicle Version
v0.9.76
Server Setup
Single Server
Storage Setup
Local Filesystem
Relevant log output
curl -H "X-API-Key: API_KEY_REDACTED""http://localhost:3012/api/app/get_event/v1?id=em7s5hxhv21"
{"code":0,"event":{"title":"3 Mar 2025: name (Plan) - [email protected] (B8Nxxxxx2d99R:B8OfxxxxxLHc)","enabled":1,"category":"general","plugin":"urlplug","target":"cronicle","timeout":3600,/* additional event data truncated */}}
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
What happened:
When creating events with titles containing specific character patterns (particularly IDs separated by a colon without spaces), the events are created successfully but do not display in the Schedule UI view. The events exist in the system and are visible via API calls, but they do not render in the web interface.
Expected behavior: All events should display in the Schedule tab regardless of the characters in their titles.
Reproduction steps:
Title (Plan) - [email protected] (ID1:ID2)
Title (Plan) - [email protected] (ID1 : ID2)
This suggests the UI rendering code may have issues with parsing or displaying titles with certain character sequences.
Operating System
Ubuntu 22.04 LTS
Node.js Version
v16.20.2
Cronicle Version
v0.9.76
Server Setup
Single Server
Storage Setup
Local Filesystem
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: