#402 User Story cannot be deleted immediately after creation #1069
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
18 warnings
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
frontend/src/views/SessionPage.vue#L183
Prop 'adminID' requires default value to be set
|
Lint:
frontend/src/views/SessionPage.vue#L184
Prop 'sessionID' requires default value to be set
|
Lint:
frontend/src/views/SessionPage.vue#L185
Prop 'voteSetJson' requires default value to be set
|
Lint:
frontend/src/views/SessionPage.vue#L186
Prop 'sessionState' requires default value to be set
|
Lint:
frontend/src/views/SessionPage.vue#L187
Prop 'timerSecondsString' requires default value to be set
|
Lint:
frontend/src/views/SessionPage.vue#L193
Prop 'userStoryMode' requires default value to be set
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
frontend/src/components/EstimateTimer.vue#L97
Replace `''` with `""`
|
Build:
frontend/src/components/EstimateTimer.vue#L98
Replace `await·this.axios.get(constants.backendURL·+·"/get-timer-value",` with `⏎··········await·this.axios.get(constants.backendURL·+·"/get-timer-value",·`
|
|
|
|
Build:
frontend/src/components/EstimateTimer.vue#L102
Replace `})` with `··})⏎········`
|
Build:
frontend/src/components/EstimateTimer.vue#L103
Replace `(response·/·1000)` with `response·/·1000`
|
|
Build:
frontend/src/components/JiraComponent.vue#L9
Replace `·$t("session.prepare.step.selection.mode.description.withIssueTracker.descriptionLine1")` with `⏎··········$t("session.prepare.step.selection.mode.description.withIssueTracker.descriptionLine1")⏎·······`
|
Build:
frontend/src/components/JiraComponent.vue#L10
Replace `⏎··········v-if="isJiraCloudEnabled"⏎·········` with `·v-if="isJiraCloudEnabled"`
|