This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 212
Show the file UUID instead of binary data #6257
Comments
👍 |
leofeyer
added a commit
that referenced
this issue
Oct 2, 2013
Fixed in 10304da. |
leofeyer
added a commit
that referenced
this issue
Oct 2, 2013
Not quite sure if it has to do with your commit but I suppose it is at least related: if you open the details for a back end user record you'll get the following warnings:
|
I think |
leofeyer
added a commit
that referenced
this issue
Oct 3, 2013
Fixed in b7f6343. |
Stil open. Copy an image to another name. for example cp files/music_academy/layout.gif files/music_academy/layout2.gif Synchronize the filesystem. In the database both files are available. Both files have the same hash file "ec5793c27e75e0426a69202d876733e2" But only one of them has the uuid. The others file uuid is "NULL".
|
I cannot reproduce this either. Did you check with version 3.2.RC1 or beta2? |
leofeyer
added a commit
that referenced
this issue
Oct 31, 2014
leofeyer
added a commit
that referenced
this issue
Oct 31, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[Contao 3.2.beta1]
If you open the details for a database record (e.g. a content element) you may find a row for the "Source file" showing the file unique ID as binary data.
Since this is actually no useful information for a back end user I would suggest to convert the binary data to an UUID string in the
DC_Table
driver:String::binToUuid(...)
The text was updated successfully, but these errors were encountered: