Firebot icon indicating copy to clipboard operation
Firebot copied to clipboard

[Bug] Adding new quick actions

Open CKY- opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

from a new profile adding new quick actions removes the last 2 buttons and the new button

changing tabs readds the missing button this was fixed with #2401 but has returned

Expected Behavior

when adding a new quick action button it should show the new button that was added

Steps To Reproduce

add a new quick action

Version

5.62.1

What operating system are you using Firebot on?

Windows 10

Relevant log output

No response

Contact Details (Optional)

No response

CKY- avatar Apr 05 '24 19:04 CKY-

my profile settings is missing the "Open Reward Request Queue" entry and as soon as i click settings on the dash board it adds it and the other ones that i was trying to add but i dont see where it was supposed to save it to settings when it was created..

CKY- avatar Apr 22 '24 07:04 CKY-

@dennisrijsdijk

CKY- avatar Apr 23 '24 07:04 CKY-

I believe an appropriate fix here would be to check the quick actions sorting database on startup. If any custom or system quick actions are missing, append them on the end of sorting.

dennisrijsdijk avatar Apr 23 '24 09:04 dennisrijsdijk

ERROR (Renderer) TypeError: Cannot read properties of undefined (reading 'position')
    at $ctrl.sortQuickActions [as get] (file:///F:/fork-firebot/Firebot/Firebot/build/gui/app/directives/chat/quick-actions/quick-actions.js:100:46)
    at F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:24021:46
    at Array.map (<anonymous>)
    at getComparisonObject (F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:24020:37)
    at Array.map (<anonymous>)
    at F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:24007:45
    at fn (eval at compile (F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:16548:15), <anonymous>:4:412)
    at interceptedExpression (F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:17682:55)
    at Scope.$digest (F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:19262:34)
    at Scope.$apply (F:\fork-firebot\Firebot\Firebot\node_modules\angular\angular.js:19630:24)    ```

CKY- avatar Aug 29 '24 18:08 CKY-