PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | apps/trash/trash.os.php +14 -0 1.1.71.1.10 View file →
@@ -139,8 +139,22 @@
139 139 'filter' => '',
140 140 'search' => '',
141 141 )
142 142 )
143 + // Returning to the bin must re-query even if a change notification
144 + // was missed while it was hidden or another admin tab was active.
145 + ->action(
146 + 'show',
147 + static function () {
148 + // The dispatch recomputes data below.
149 + }
150 + )
151 + ->action(
152 + 'reopen',
153 + static function () {
154 + // The dispatch recomputes data below.
155 + }
156 + )
143 157 ->action(
144 158 'restore',
145 159 static function ( State $state, Os $os, array $args ) {
146 160 run_bulk( $os, refs( $args ), 'openstation_recycle_bin_restore', 'untrashed' );