adfinis / timed-frontend

Ember.js UI for the Timed application
GNU Affero General Public License v3.0
21 stars 20 forks source link

Bug: "Edit all"-button selects last edited record instead of all visible records #1195

Closed shurik-io closed 7 months ago

shurik-io commented 7 months ago

Describe the bug While verification of timed records, i sometimes fix single records of the view in Analysis, before then using the Edit All button, to verify them all in one go. In the current release (3.5.8), after return of the edit of a single entry, and directly clicking on Edit All, loads the same record I've just edited instead of all visible ones. Sometimes it even loads 0 records, but this I couldn't reproduce. Also adjusting the filter, having new/other records in the view, doesn't reset this and leads to the same issue. Only a full refresh of the page (browser reloads page (F5)) solves the issue and then it works correct again.

To Reproduce

  1. Open a bunch of records, ready to be verified.
  2. Edit a single record (change comment for example) then save.
  3. After the view is loaded, click the Edit All button, (the single record was not selected)
  4. and it will load the last edited record instead of all, indicated by the counter of the Edit all view (Edit $num records).

Expected behavior After return of an edit, the edit all button should always select all records of the current view.

Screenshots After clicking edit all button. image

Desktop (please complete the following information):

adfinisbot commented 6 months ago

:tada: This issue has been resolved in version 3.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: