For example, I have a case where a file actually named PC074941_0.jpg appears in the view listing as PC074941.jpg, and this is not helpful. The view correctly links to the proper file.
I see that this is because in the data table 'file_managed' the name of the file is recorded as PC074941.jpg and its URI as public://frontpageimages/PC074941_0.jpg
This situation arises when uploading a file that has an already used name. The upload process has added the suffix _0 in the URI but has not modified the name. Surely it would be more helpful if it were to modify the name as well?
Recent comments
Hi Editing I see this: The CSS looks like this: /* Level 1: Standard Numbers */ .field-name-body ol { list-style-type: decimal; } /* Level 2: Lowercase Letters */ .field...
Numbered List format is different when editing
Done: https://github.com/backdrop/backdrop-issues/issues/7097 Feel free to edit it with better technical language. I'll have ago at vaccinating it but I'm only a user and the...
Numbered List format is different when editing
Hi Mike. That looks like a bug. The CKE ordered lists when editing have the correct CSS to format those lists correctly, but when Backdrop displays the body field in Basis, it doesn't...
Numbered List format is different when editing