mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
fix(ux): allow for empty message upon episode publication and warn user on submit
- clarify distiction between the announcement post and the show notes - change "note" occurences in UI by "post" - show warning message explaining why the podcaster should fill the message area - the podcaster can choose to publish the episode with an empty message anyways - redirect user to episode dashboard with error message when episode publication pages are inaccessible instead of showing a 404 error - add a cancel publication button in publish-edit form when episode is scheduled closes #129
This commit is contained in:
parent
8f3e9d90c1
commit
33d01b8d4f
12 changed files with 300 additions and 140 deletions
|
|
@ -81,7 +81,7 @@ class StatusModel extends UuidModel
|
|||
*/
|
||||
protected $validationRules = [
|
||||
'actor_id' => 'required',
|
||||
'message_html' => 'required_without[reblog_of_id]|max_length[500]',
|
||||
'message_html' => 'max_length[500]',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue