Describe the bug
When creating a Trade Paperback the Collection Title field is disabled. Currently the field in only enabled when updating an already existing Trade Paperback.
To Reproduce
Steps to reproduce the behavior:
Click the New button for an Issue
Select a TPB series for the Series field.
Expected behavior
When a TPB series is selected the Collection Title field should be enabled.
Possible Solutions
This most likely requires some Javascript to change the state of the Collection Title based on the Series selected by the user.
Instead of disabling the field, just added form validation to prevent Collection Title field from being added for any series type other than a Trade Paperback.
Describe the bug When creating a Trade Paperback the Collection Title field is disabled. Currently the field in only enabled when updating an already existing Trade Paperback.
To Reproduce Steps to reproduce the behavior:
Expected behavior When a TPB series is selected the Collection Title field should be enabled.
Possible Solutions This most likely requires some Javascript to change the state of the Collection Title based on the Series selected by the user.