nextcloud-server/cypress
Ferdinand Thiessen ef5a9cf00d
fix(files): Ensure renaming state is correctly reset
Problem: Is a node is renamed and the new name is out of the current
visible list of nodes the component will be recycled, this means
the props will change, so when the `onRename` functions is about to reset
the state the `this.source` will point to a different node.

To fix this, but also to separate business logic from visual representation,
the logic is moved into the renaming store and the component is only
responsible for rendering.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 18:20:16 +07:00
..
e2e fix(files): Ensure renaming state is correctly reset 2024-10-15 18:20:16 +07:00
fixtures refactor(core): Replace security annotations with respective attributes 2024-07-26 07:30:45 +07:00
pages test: Add cypress tests for file list filtering 2024-07-25 19:33:28 +07:00
support test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +07:00
dockerNode.ts test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +07:00
tsconfig.json fix: Allow to reset unified search using the `nextcloud:unified-search:reset` event 2024-06-27 12:13:14 +07:00