You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The director and photographer fields are static on their respective detail pages (/scenes, /images, /galleries, /movies). They cannot be interacted upon by the user.
Describe the solution you'd like
Make the specified fields an actionable hyperlink that filters content based on the actionable field's value.
Additional context
Actionable director link on the scene detail page
When clicked directs user to a scene filter where Director IS John Doe
This would be applicable to the following pages and values
Page
Actionable value
Filter
/Scenes
Director
Director IS {} aka /scenes?c=("type":"director","value":"John%20Doe"...
/Movies
Director
Director IS {}
/Images
Photographer
Photographer IS {}
/Galleries
Photographer
Photographer IS {}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The director and photographer fields are static on their respective detail pages (
/scenes
,/images
,/galleries
,/movies
). They cannot be interacted upon by the user.Describe the solution you'd like
Make the specified fields an actionable hyperlink that filters content based on the actionable field's value.
Additional context
Actionable director link on the scene detail page
When clicked directs user to a scene filter where
Director IS John Doe
This would be applicable to the following pages and values
Director IS {}
aka/scenes?c=("type":"director","value":"John%20Doe"...
Director IS {}
Photographer IS {}
Photographer IS {}
The text was updated successfully, but these errors were encountered: