Abrar Ahmad
Abrar Ahmad
This PR adds the helper function, which automatically passes the tenant parameter. **Before** `route('my-route-name', ['tenant' => tenant(), 'my-app-param' => 'foo'])` **After** `tenant_path_route('my-route-name', ['my-app-param' => 'foo'])`
## Problem When a model is being created somewhere, it may need a bit more extra data than what's in the synced attributes. The synced attributes are used for updates,...
This PR completes the missing/skipping tests. Now there is only one skipping test related to the Debuggable feature. As discussed internally, this feature is still incomplete, so I left the...
## Problem When a tenant has its own database config (using the tenancy_db_... properties), the database manager still tries to create the DB on the central/template connection. The problem described...
Continues of PR https://github.com/archtechx/tenancy/pull/926
Hi, I'm facing the following issue: Alpine Expression Error: Cannot read properties of undefined (reading 'nestable') ``` Expression: "function () { let nestedTree = $('#filament_tree_container_BxCAKyCkwLPukL2rHBKg').nestable . . . ``` To...
Issue https://github.com/solutionforest/filament-tree/issues/37 PS: I'm kinda new to the Filament plugin. If you see a better way to fix the issue, I'm happy to hear :)