Closed riabiy closed 1 year ago
If you add a Markdown field with files and it they try to remove the whole resource -> it fails. Very similar to this issue. I'd say identical.
Markdown
withFiles
Well, the fix is same
<?php //... class FixedMarkdown extends Markdown { public function getStoragePath() { return null; } }
but since Trix implements I assume it's "a bug" here too, cause both are WYSYWIG editors.
Trix
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description:
If you add a
Markdown
field with files and it they try to remove the whole resource -> it fails. Very similar to this issue. I'd say identical.Detailed steps to reproduce the issue on a fresh Nova installation:
Markdown
fieldwithFiles
.Fix
Well, the fix is same
but since
Trix
implements I assume it's "a bug" here too, cause both are WYSYWIG editors.