ryancramerdesign / ProcessWire

Our repository has moved to https://github.com/processwire – please head there for the latest version.
https://processwire.com
Other
727 stars 198 forks source link

Page tree: trash action #2041

Closed u0816 closed 8 years ago

u0816 commented 8 years ago
ryancramerdesign commented 8 years ago

Thanks for the report, and you are correct on all items. Most of these require a refresh of the page list, and I chose not to implement that in this case because people may be trashing multiple pages, and the refresh is annoying when doing that. There's also the matter of added code complexity relative to benefit. Figured that was more important than the minor cosmetics here. Of course, you can always refresh the PageList manually to see updated counts too. When we're refactoring the PageList at some point in the future will definitely consider updating these if we can do so while still keeping the complexity manageable.