Why does a resource need to have a permalink to be editable? #205
-
Hi folks. I'm trying out Runway and it seems promising. But my resources doesn't show I did a little code diving and find out that the resource need to be editable and to have a permalink. I do have permission to edit the resource and However, there's some resources that don't need to have a permalink. I just need to manage them in the CP. I even tried adding a 'resources' => [
\App\Models\SubscriptionPlans::class => [
'name' => 'Subscription Plans',
'blueprint' => 'collections.subscription_plans.subscription_plan',
'route' => '/planos/{id}'
], So... Not sure how to proceed here. Don't know if there's a good reason for that, if it's a bug or if I did something wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's a bug - will be fixed shortly! |
Beta Was this translation helpful? Give feedback.
It's a bug - will be fixed shortly!