Closed kusab85 closed 1 year ago
LensActionRequest
doesn't have any requirement for availableFilters()
.
LensActionRequest
doesn't have any requirement foravailableFilters()
.
But, what about situation when I want to get applied filters when handling standalone lens action (lens has different set of available filters then the resource)?
Submit a bug report with reproducing repository explicitly showing the issue.
Standalone action shouldn't need the filtered queries as it always get empty Collection.
Submit a bug report with reproducing repository explicitly showing the issue. Be my guest :) #5698
Standalone action shouldn't need the filtered queries as it always get empty Collection. I can not see why. I think that standalone action should have ability to act on resources filtered according to users choice. For example: exporting filtered resources using standalone action needs two clicks less.
Description:
LensActionRequest->availableFilters()
returns filters that are associated with lens' resource not the lens itself.LensActionRequest
class usesavailableFilters()
function ofDecodesFilters
trait:which should be overwritten like in
LensRequest
class:That's my humble opinion...