https://bugs.kde.org/show_bug.cgi?id=299155
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/74d698329 | |4f58d75ce776fd9011a3d3355b3 | |7f57 Status|ASSIGNED |RESOLVED Version Fixed In| |5.87 --- Comment #11 from Ahmad Samir <a.samir...@gmail.com> --- Git commit 74d6983294f58d75ce776fd9011a3d3355b37f57 by Ahmad Samir. Committed on 14/09/2021 at 23:31. Pushed by ahmadsamir into branch 'master'. KFileItem: refresh() shouldn't discard ACL attributes Following the code: - changing the ACL permissions of a file via KPropertiesDialog - when the dialog is closed the dirlister which is installed on the view (in e.g. Dolphin or the open file dialog) is notified that the item has changed - KCoreDirLister would then call item.refresh(), if the old item had the ACL field(s) set, and they would be gone after calling refresh() FIXED-IN: 5.87 M +0 -4 src/aclhelpers_p.h M +22 -0 src/core/kfileitem.cpp https://invent.kde.org/frameworks/kio/commit/74d6983294f58d75ce776fd9011a3d3355b37f57 -- You are receiving this mail because: You are watching all bug changes.