-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: picture on member not shown #32447
Comments
@JonBendtsen i don't have this problem in v20 ! |
oh, that is particular. Are you also running 20.0.0? or one of the other versions? How do we track down why we experience a difference? |
@JonBendtsen i use 20.0.2 ( + last fixes in 20 branch)... try to upgrade to 20.0.2 |
Hey @hregis the bug persists even with v20.0.2 docker image. How can we track down other differences between your and my installation? |
@JonBendtsen what is the image format ? (png, jpg) |
@hregis the picture is jpeg and I use the same file for my thirdparty contact where it does work that I do for my member |
@JonBendtsen i don't have this problem even in 20.0.0 ! |
@hregis if I click on the picture on the member my browser indicates that there is a link, but nothing pops up. Where as if I do the same on my Thirdparty Contact, then it does pop up |
@JonBendtsen and what is this link? |
if I right click and get the link to the preview then the only difference between the 2 lines are:
|
for both links I did this:
because then I can use a simple diff between those 2 files contact.txt and member.txt and it will show me the words/segments that are different |
next thing could be to check if the javascript:document_preview() function are different on the 2 pages |
I saved the pages and expect for the nonce, the links are identical
|
@JonBendtsen and in browser console ? |
Bug
When you upload a picture on a member there are indicators that there is a picture - but you can not see it.
You can also upload a picture on a Contact (of a Thirdparty) and here it does work.
Dolibarr Version
20.0.0 docker image
Environment PHP
8.2.7
Environment Database
MariaDB 11.5.2-MariaDB-ubu2404
Steps to reproduce the behavior and expected behavior
enable member and thirdparty module
Create member, thirdparty and contact.
Upload picture to a member - but you can not see it, which I expect would work because it works for contacts
Attached files
The text was updated successfully, but these errors were encountered: