Add new filter for free unassigned tickets #109
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/actions/ticket-actions.js#L125
Do not access Object.prototype method 'hasOwnProperty' from target object
|
build:
src/actions/ticket-actions.js#L330
Do not access Object.prototype method 'hasOwnProperty' from target object
|
build:
src/actions/ticket-actions.js#L522
Identifier 'success_message' is not in camel case
|
build:
src/actions/ticket-actions.js#L720
Identifier 'success_message' is not in camel case
|
build:
src/actions/ticket-actions.js#L762
Identifier 'success_message' is not in camel case
|
build:
src/actions/ticket-actions.js#L958
Identifier 'success_message' is not in camel case
|
build:
src/actions/ticket-actions.js#L1171
Identifier 'success_message' is not in camel case
|
build:
src/pages/tickets/ticket-list-page.js#L122
'currentSummit' is missing in props validation
|
build:
src/pages/tickets/ticket-list-page.js#L158
'currentSummit.badge_types' is missing in props validation
|
build:
src/pages/tickets/ticket-list-page.js#L159
'getBadgeTypes' is missing in props validation
|