Not all fields on entries list are clickable #522
-
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Jun 17, 2024
Replies: 1 comment 11 replies
-
Runway will usually make the first field in the blueprint the "title field", so in your case that would be the "Type" field. Right now, you can probably click on that and it'll take you to the publish form page. You can override the "title field" in your Runway config file: // config/runway.php
Product::class => [
// ...
'title_field' => 'translations_ua', // you can obviously change this
], |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try updating to v5.7.0? It should fix the issue where the
title_field
setting wasn't being respected.