-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
Dev ApprovedThe issue has been approved by a team member and can be worked on.The issue has been approved by a team member and can be worked on.Dev Complete
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
During startup, channel rewards are fetched from Twitch. These channel rewards are not assigned the sortTags property, which breaks adding tags to that reward. Refreshing from the UI is not affected
Expected Behavior
Rewards added from external sources (eg. Twitch interface or extensions) that are loaded on startup should allow sort tags to be assigned to them
Steps To Reproduce
- Ensure you're logged into an affiliate or partner account
- Close Firebot
- Create a channel reward through Twitch's dashboard
- Start Firebot
- Create a channel reward sort tag
- Try to assign the sort tag to the newly created reward
Version
v5.64.0-dev
What operating system are you using Firebot on?
Linux Distro
Relevant log output
[2025-03-01 13:16:45.0343] - error: (Renderer) TypeError: Cannot read properties of undefined (reading 'some')
at $ctrl.toggleSortTag (file:///code/projects/firebot/build/gui/app/directives/controls/sort-tags-row.js:96:41)
at fn (eval at compile (/code/projects/firebot/node_modules/angular/angular.js:16548:15), <anonymous>:4:247)
at callback (/code/projects/firebot/node_modules/angular/angular.js:29123:13)
at ChildScope.$eval (/code/projects/firebot/node_modules/angular/angular.js:19523:28)
at ChildScope.$apply (/code/projects/firebot/node_modules/angular/angular.js:19622:25)
at HTMLInputElement.<anonymous> (/code/projects/firebot/node_modules/angular/angular.js:29127:19)
at HTMLInputElement.dispatch (file:///code/projects/firebot/build/gui/js/plugins/jquery.min.js:3:10316)
at q.handle (file:///code/projects/firebot/build/gui/js/plugins/jquery.min.js:3:8343)Contact Details (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Dev ApprovedThe issue has been approved by a team member and can be worked on.The issue has been approved by a team member and can be worked on.Dev Complete
Type
Projects
Status
Done