hello community,
in the Account section page, i'm trying to change the display of some timeline tiles (the Order one for example). I can hide some fields i don't need by modifiying the TimelineTileSetting data ('0ef5bd15-f3d3-4673-8af7-f2e61bc44cf0' for Order).
Fine, but if i also want to add new fields in the tile : i then added my own UsrTimelineItemViewModel and UsrTimelineItemView for that.
Then i added a corresponding TimelineTileSetting and finally changed TimelinePageSetting to make it match .
Unfortunately, i can't make it to work. The displayed tile keep to be the old one,
it's like the updated TimelinePageSetting is not read by the system.
No matter what i do, logging out, clear cache...
What am i missing, please ?
best regards.
Patrice