Notes |
|
|
Hi,
I tested on pi @ rev 7beead5709c7 using Firefox 10 and I'm able to change the role |
|
|
|
@plujan:
On step 6, you are not System Administrator after logout/login if you haven't marked the "Set as default" check. |
|
|
(0044944)
|
mtaal
|
2012-02-09 09:28
|
|
I can't reproduce this on firefox 10 either. Pablo, can you retry yourselve and see if you can reproduce manually? Which version of ff are you using? |
|
|
(0045066)
|
plujan
|
2012-02-13 12:09
|
|
I've verified that the issue is caused by the upgrade in the smart client library. Selenium tests are failing since the upgrade. However, it is not possible to reproduce the issue manually. |
|
|
(0045242)
|
hgbot
|
2012-02-17 17:41
|
|
Repository: erp/devel/pi
Changeset: ff135d3be049bbd0f0a87057fe760e309966cc11
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Feb 13 20:41:38 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ff135d3be049bbd0f0a87057fe760e309966cc11 [^]
Fixes issue 19689: It is not possible to change Role twice in a row
Change way the page is reloaded after a role change
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
---
|
|
|
(0045243)
|
hgbot
|
2012-02-17 17:41
|
|
|
|
(0045244)
|
hgbot
|
2012-02-17 17:41
|
|
|
|
(0045257)
|
plujan
|
2012-02-20 10:15
|
|
Issue is still present in pi |
|
|
(0045265)
|
hgbot
|
2012-02-20 11:22
|
|
Repository: erp/devel/pi
Changeset: 3565776dbdb7286b67ddda223abf5b18737a1319
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Feb 19 21:29:10 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3565776dbdb7286b67ddda223abf5b18737a1319 [^]
Related to issue 19689: It is not possible to change Role twice in a row
Do the reload of the window in a separate thread independent of the isc call thread
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
---
|
|
|
(0045266)
|
hgbot
|
2012-02-20 11:22
|
|
Repository: erp/devel/pi
Changeset: 683adf88f417df8e0cf0da60e91d9bf213451ca2
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Feb 20 06:24:49 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/683adf88f417df8e0cf0da60e91d9bf213451ca2 [^]
Related to issue 19689: It is not possible to change Role twice in a row
Always use a unique url when reloading the page after role change to prevent caching
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
---
|
|
|
(0045267)
|
hgbot
|
2012-02-20 11:22
|
|
Repository: erp/devel/pi
Changeset: e5b1fd6ab7c6c5eee14b93cfbb3ec5b28601f820
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Feb 20 06:48:19 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e5b1fd6ab7c6c5eee14b93cfbb3ec5b28601f820 [^]
Related to issue 19689: It is not possible to change Role twice in a row
Start the application in a separate thread than the one loading all the javascript
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
M src/index.jsp
---
|
|
|
(0045336)
|
hgbot
|
2012-02-22 09:55
|
|
Repository: erp/devel/pi
Changeset: 90498bc4ff7c02237b924a535281d62c71fb4cf1
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Feb 22 09:35:39 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/90498bc4ff7c02237b924a535281d62c71fb4cf1 [^]
Related to issue 19689: It is not possible to change Role twice in a row
Removed delayed call of start application
Upgraded lab js, removed not-needed call to set defaults, appendTo is not supported anymore by lab js
---
M modules/org.openbravo.client.kernel/web/org.openbravo.client.kernel/js/LAB.min.js
M src/index.jsp
---
|
|
|
(0045391)
|
hgbot
|
2012-02-23 09:30
|
|
Repository: erp/devel/pi
Changeset: 3cf6eb44731879007836f071092f8e7a77c3d2b6
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Feb 22 21:20:39 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3cf6eb44731879007836f071092f8e7a77c3d2b6 [^]
Related to issue 19689: It is not possible to change Role twice in a row
Load the static resources in the head of the page
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StaticResourceComponent.java
---
|
|
|
(0045396)
|
hgbot
|
2012-02-23 11:06
|
|
Repository: erp/devel/pi
Changeset: b03d3a9855de338d74968804d71d937eb7138239
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Feb 23 10:39:50 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b03d3a9855de338d74968804d71d937eb7138239 [^]
Related to issue 19689: It is not possible to change Role twice in a row
backout of changeset 90498bc4ff7c02237b924a535281d62c71fb4cf1
Rolled back lab js upgrade enabled delayed call to start application (will be removed in next backout)
---
M modules/org.openbravo.client.kernel/web/org.openbravo.client.kernel/js/LAB.min.js
M src/index.jsp
---
|
|
|
(0045397)
|
hgbot
|
2012-02-23 11:06
|
|
Repository: erp/devel/pi
Changeset: b194cbf057ea5df78896c01c458388cf6e13ee72
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Feb 23 10:41:17 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b194cbf057ea5df78896c01c458388cf6e13ee72 [^]
Related to issue 19689: It is not possible to change Role twice in a row
backout of changeset 15539 e5b1fd6ab7c6
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
M src/index.jsp
---
|
|
|
(0045398)
|
hgbot
|
2012-02-23 11:06
|
|
Repository: erp/devel/pi
Changeset: 4fa8d5807b3d55404ef99de068d41c16e159459f
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Feb 23 10:42:21 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4fa8d5807b3d55404ef99de068d41c16e159459f [^]
Related to issue 19689: It is not possible to change Role twice in a row
backout of changeset 683adf88f417
rolled back change:
Always use a unique url when reloading the page after role change to prevent caching
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
---
|
|
|
(0045399)
|
hgbot
|
2012-02-23 11:07
|
|
Repository: erp/devel/pi
Changeset: 72140abf112832aa6a8a6b9db9777d7840f5f0b8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Feb 23 10:43:28 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/72140abf112832aa6a8a6b9db9777d7840f5f0b8 [^]
Related to issue 19689: It is not possible to change Role twice in a row
backout of changeset: 3565776dbdb7
Rolled back change:
Do the reload of the window in a separate thread independent of the isc call thread
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
---
|
|
|
(0045400)
|
hgbot
|
2012-02-23 11:07
|
|
Repository: erp/devel/pi
Changeset: 78cb8a8e844c7cb10741f1138c4b05d06c8653b3
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Feb 23 10:45:12 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/78cb8a8e844c7cb10741f1138c4b05d06c8653b3 [^]
Fixes issue 19689: It is not possible to change Role twice in a row
Backout of changeset: ff135d3be049
Rolled back change:
Change way the page is reloaded after a role change
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
---
|
|
|
(0045401)
|
hgbot
|
2012-02-23 11:07
|
|
Repository: erp/devel/pi
Changeset: 6a763944d9da53a999ebe1cdba1460f265f79b1e
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Feb 23 11:04:29 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6a763944d9da53a999ebe1cdba1460f265f79b1e [^]
Related to issue 19689: It is not possible to change Role twice in a row
backout of changeset 90498bc4ff7c02237b924a535281d62c71fb4cf1
Rolled back lab js upgrade enabled delayed call to start application (will be removed in next backout)
Z
---
M modules/org.openbravo.client.kernel/web/org.openbravo.client.kernel/js/LAB.min.js
M src/index.jsp
---
|
|
|
(0045432)
|
hgbot
|
2012-02-24 09:27
|
|
Repository: erp/devel/pi
Changeset: a06fc0bfe38585f2a9846a0a7a2e2b1837081472
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Feb 24 09:26:20 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a06fc0bfe38585f2a9846a0a7a2e2b1837081472 [^]
Related to issue 19689: It is not possible to change Role twice in a row
Added index to array returned from function call so that element from array is chosen
---
M src/index.jsp
---
|
|
|
(0045451)
|
hgbot
|
2012-02-26 22:26
|
|
|
|
(0045454)
|
hgbot
|
2012-02-26 22:27
|
|
Repository: erp/devel/pi
Changeset: ae5795104d227acbf0550f287b1fe119d33711df
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Feb 25 20:43:23 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ae5795104d227acbf0550f287b1fe119d33711df [^]
Related to issue 19710: Can't tab through the filtereditor fields
Rolled back change as the error occur does not occur with the previous version of smartclient
to which we moved because of issue 19689
This fix needs to be re-applied when smartclient is upgraded.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
|
|
|
|
This issue was introduced by smartclient upgrade, and it is the reason it was finally rolled back. It should be rechecked on future upgrade. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|