Sybit-Education / Diveni

Diveni - The free Planning Poker App to be used in remote Teams connecting optionally JIRA or Azure DevOps for user stories
https://diveni.io
GNU Affero General Public License v3.0
33 stars 23 forks source link

Fix: Deleting User Stories in "Planning with User Stories"-Mode Swaps Titles and Descriptions of remaining Stories #778 #779

Closed G1t-Happens closed 1 month ago

G1t-Happens commented 2 months ago

Fix for: #778

The problem is that in 'Planning with User Stories'-mode, we do not assign an ID to our user stories. Therefore, in the UserStoryDescriptions.vue, the key attribute: (:key="story.id") does not work which leads to the titles and descriptions not being aligned after deletion.