Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Create Timeline" actions #5578

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Fix "Create Timeline" actions #5578

merged 1 commit into from
Jan 17, 2024

Conversation

masaball
Copy link
Contributor

@masaball masaball commented Jan 16, 2024

There were three separate bugs:

  1. Items without structure were not assigning any value to streamID, preventing the proper creation route url being generated.
  2. The if/else block for handling custom scopes was not successfully assigning values to the id variable when a custom scope was selected.
  3. Custom scopes were not converting into the right time format for timeliner to parse, so the timeline would be created but would not be limited to the time range defined by the custom scope.

There were three separate bugs:
1. Items without structure were not assigning any value to `streamID`,
   preventing the proper creation route being generated.
2. The if/else block for handling custom scopes was not successfully
   assigning values to the `id` variable when a custom scope was
   selected.
3. Custom scopes were not converting into the right time format for
   timeliner to parse, so the timeline would be created but would not be
   limited to the time range defined by the custom scope.
Copy link
Contributor

@Dananji Dananji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@masaball masaball merged commit 645368e into develop Jan 17, 2024
@masaball masaball deleted the new_timelines branch January 17, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants