Presentation of task sections are different in web client
I created a custom task using the builtInCustomAttributesLayout tab layout and placed the section and its presentation element. When comparing the look of the task in native client and web client, it looks like the web client is re-arranging how elements are displayed in each section.
For example in the native client, the section looks like:
A section
Element 1
Element 2
Element 3
and this looks like this in the web client:
A section
Element 1 Element 3
Element 2
Basically, the elements of the section are presented in two columns.
Is there any configuration option to force the web client/presentation to be like the native client's presentation or the other way around?
Thanks,
Aydin
For example in the native client, the section looks like:
A section
Element 1
Element 2
Element 3
and this looks like this in the web client:
A section
Element 1 Element 3
Element 2
Basically, the elements of the section are presented in two columns.
Is there any configuration option to force the web client/presentation to be like the native client's presentation or the other way around?
Thanks,
Aydin
One answer
Basically, the elements of the section are presented in two columns.
Is there any configuration option to force the web client/presentation
to be like the native client's presentation or the other way around?
The layouts themselves are currently not configurable. The Web UI and
the Eclipse UI have their own layout rules, which reflect the two paradigms.
Regards,
Patrick
Jazz Work Item Team