SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.94k stars 1.23k forks source link

Subsequent ticket to https://github.com/SAP/openui5/issues/3940: P13N does not work properly #3948

Closed jankrieg closed 5 months ago

jankrieg commented 7 months ago

We used this as an example:

UI5 sample

We added two columns to the view:

image

We change the controller:

image

We set all columns to visible and after that we pressed the settings button again and did two changes:

  1. Moved "Last Name" to first position
  2. Moved "Size" to last position
  3. Pressed OK

image

As you can see in the next screen shot the system took over only the first change. The switch of the last two columns was ignored. We expect Size1 followed by column Size.

image

If you do the changes step by step and press OK after each change everything is fine. But if you do multiple changes only the first one is taken over by the system.

flovogt commented 7 months ago

Thanks for opening a new issue. Will be tracked SAP internally as an internal incident DINC0033396.

jankrieg commented 6 months ago

Any updates on this?

martinhaeuser commented 5 months ago

I'm sorry for the delay in response to this issue. A fix has been provided with 8c5c172 which has just been submitted.

The issue will no longer be reproducible with the next nightly build.