Sergei Lashkevich

Results 3 comments of Sergei Lashkevich

I experimented a bit and realized that it is possible to override ModelAction.get_action It will looks like a ```python async def get_action(self, request: Request, **kwargs) -> Action: action = await...

@mmmcorpsvit no, it doesn't work correctly for me to perform actions on records. If I set only `pk_name`, then `item_id` is empty when I make request for action from admin...

@amisadmin > can try the idea of defining a virtual id foreign key. I checked but it didn't work. Traceback: ``` Traceback (most recent call last): File "/home/sergei/.pycharm_helpers/pydev/pydevd.py", line 1534,...