Bug #62190
closed
Added by Walter Kruml about 10 years ago.
Updated over 7 years ago.
Category:
File Abstraction Layer (FAL)
Sprint Focus:
Remote Sprint
Description
Hi
There is one images under page properties only for the default language.
In my alternate language menu the image should taken from the default language. But this won´t work after an update from 6.2.3 to 6.2.5.
I deleted "media" from [FE][pageOverlayFields] without any effect.
The TS for the image menu contains:
renderObj = IMG_RESOURCE
renderObj {
required = 1
file.import.data = file:current:originalUid
}
opaque
- Sprint Focus set to On Location Sprint
- Sprint Focus changed from On Location Sprint to Remote Sprint
- Target version deleted (
next-patchlevel)
- Status changed from New to Needs Feedback
Hello.
I used the following TS with 6.2.30 to build a simple menu with images taken from the "resources" tab of the page (media field):
page.12 = HMENU
page.12 {
1 = TMENU
1 {
wrap =<ul>|</ul>
NO {
ATagTitle.field = title
wrapItemAndSub =<li>|</li>
before.cObject = COA
before.cObject {
10 = FILES
10 {
references {
table = pages
uid.field = uid
fieldName = media
}
renderObj = IMAGE
renderObj {
file {
import.data = file:current:originalUid
}
file.width=100px
}
}
}
}
}
1.expAll=1
2 <.1
}
I added some images to my pages and other images to the translated pages, and it seems to work fine.
Could you write more information about what you are trying to accomplish and what goes wrong? Could you also post the complete TS code? Thank you!
- Status changed from Needs Feedback to Closed
No feedback since 90 days -> close.
If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one. Thank you.
Also available in: Atom
PDF