atk4 / mastercrud

Manipulates ATK CRUD through the force of references
https://atk4.org
MIT License
9 stars 7 forks source link

[fix] - Table Column Link Url #35

Closed ibelar closed 3 years ago

ibelar commented 3 years ago

Since UI PR: https://github.com/atk4/ui/pull/1397 the '__atk_callback' argument is always include in $table->url($p) causing the critical error:

Critical Error atk4\ui\Exception: Callback requested, but never reached. You may be missing some arguments in the request URL.

This fix will prevent '__atk-callback' to be set using url template instead of page arguments.