In the previous qor I was able to leverage ui.GetRouter().Use(&admin.Middleware along with ctx.Execute("new" in order to prefill the creation form with query string parameters. This does not seem to be possible in qor5 since there is no hook to customize the initial object before rendering.
This is a really useful feature for prefilling certain fields.
In the previous qor I was able to leverage
ui.GetRouter().Use(&admin.Middlewarealong withctx.Execute("new"in order to prefill the creation form with query string parameters. This does not seem to be possible in qor5 since there is no hook to customize the initial object before rendering.This is a really useful feature for prefilling certain fields.