Global setting for TextColumn partially working
Hello, I trying to use the global setting for TextColumn but only partially working. It is working on a resource page, but in a relation manager not working.
This is the code what I am using:
6 Replies
Are you sure, that its not working? I tried this:
And I can see the description "xxx" on all
$esources
and all RelationManager
.I guess we need to see your RelationManager code then. Because
TextColumn
itself is independent from Resources or Relation Managers.I tried this too, the description is on everywhere. But the timezone still not changed everywhere.
I also tried to add the timezone change directly to the TextColumn where is not worked, but that didn't work either.
Okay, I found a workaround. If I add the dateTime function to the TextColumn, in that case the timezone is applied.
That's not a workaround but how it should be used. How would you set the timezone of a non-date entry?