Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013891Openbravo ERPZ. Otherspublic2010-07-05 17:132010-12-09 16:03
iperdomo 
dbaz 
urgentminoralways
closedfixed 
5
2.50 
 
User Interface Application
No
0013891: ToolBar and LeftTabsBar classes need to be changed for New Layout
The classes in charge of building ToolBar and LeftTabsBar needs to handle the New Layout, some of the changes include (when running the new layout):

* Remove back button
* Remove refresh button
* Remove help and info buttons
* Remove Grid/Form buttons from the left-bar and move them as buttons of the toolbar
No tags attached.
related to defect 0013989 closed alostale The generated HTML code of the refresh button is different when using the new layout 
related to defect 0052985 new Triage Platform Base Remove option to trigger full 2.50 UI (with menu + full NavigationBar) 
Issue History
2010-07-05 17:13iperdomoNew Issue
2010-07-05 17:13iperdomoAssigned To => alostale
2010-07-07 11:51hgbotCheckin
2010-07-07 11:51hgbotNote Added: 0029108
2010-07-07 15:28hgbotCheckin
2010-07-07 15:28hgbotNote Added: 0029129
2010-07-09 16:52hgbotCheckin
2010-07-09 16:52hgbotNote Added: 0029192
2010-07-09 17:50hgbotCheckin
2010-07-09 17:50hgbotNote Added: 0029195
2010-07-10 11:23hudsonbotCheckin
2010-07-10 11:23hudsonbotNote Added: 0029197
2010-07-10 11:23hudsonbotCheckin
2010-07-10 11:23hudsonbotNote Added: 0029200
2010-07-11 18:57hgbotCheckin
2010-07-11 18:57hgbotNote Added: 0029212
2010-07-13 14:02dbazStatusnew => acknowledged
2010-07-13 14:02dbazAssigned Toalostale => dbaz
2010-07-13 14:02dbazStatusacknowledged => scheduled
2010-07-13 14:02dbazfix_in_branch => pi
2010-07-13 14:02dbazStatusscheduled => resolved
2010-07-13 14:02dbazResolutionopen => fixed
2010-07-14 04:43hudsonbotCheckin
2010-07-14 04:43hudsonbotNote Added: 0029278
2010-07-14 04:43hudsonbotCheckin
2010-07-14 04:43hudsonbotNote Added: 0029279
2010-07-14 04:43hudsonbotCheckin
2010-07-14 04:43hudsonbotNote Added: 0029281
2010-07-15 11:17iperdomoNote Added: 0029336
2010-07-15 11:17iperdomoStatusresolved => closed
2010-07-15 12:15hgbotCheckin
2010-07-15 12:15hgbotNote Added: 0029341
2010-07-15 21:53hudsonbotCheckin
2010-07-15 21:53hudsonbotNote Added: 0029359
2010-07-16 18:55iperdomoRelationship addedrelated to 0013989
2010-12-09 16:03anonymoussf_bug_id0 => 3133307
2023-07-17 17:25shuehnerRelationship addedrelated to 0052985

Notes
(0029108)
hgbot   
2010-07-07 11:51   
Repository: erp/devel/pi
Changeset: fc5a6575baf52679e8f8ee610345108957c06f8e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Jul 07 11:50:31 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fc5a6575baf52679e8f8ee610345108957c06f8e [^]

related to issue 13891: ToolBar and LeftTabsBar classes need to be changed for New Layout

  Toolbar is implemented

---
M src/org/openbravo/dal/core/OBContext.java
M src/org/openbravo/erpCommon/utility/ToolBar.java
M web/skins/Default/Openbravo_ERP_250.css
---
(0029129)
hgbot   
2010-07-07 15:28   
Repository: erp/devel/pi
Changeset: 33d9daa902a6f0bbe24e47c7287a2695d9e43f3d
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed Jul 07 15:27:41 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/33d9daa902a6f0bbe24e47c7287a2695d9e43f3d [^]

related to issue 13891: Added edition, relation and refresh new toolbar icons

---
M web/skins/Default/Openbravo_ERP_250.css
A web/skins/Default/Main/ToolBar/iconEdition.png
A web/skins/Default/Main/ToolBar/iconEditionNew.png
A web/skins/Default/Main/ToolBar/iconRefresh.png
A web/skins/Default/Main/ToolBar/iconRelation.png
---
(0029192)
hgbot   
2010-07-09 16:52   
Repository: erp/devel/pi
Changeset: b974f18346c6bde0ea6205f672c44d766420d018
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jul 09 16:52:17 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b974f18346c6bde0ea6205f672c44d766420d018 [^]

related to issue 13891
  Do not generate contents for left bar and navigation bar when
  using new UI

---
M src/org/openbravo/erpCommon/utility/LeftTabsBar.java
M src/org/openbravo/erpCommon/utility/NavigationBar.java
M src/org/openbravo/erpCommon/utility/ToolBar.java
M src/org/openbravo/erpCommon/utility/Utility.java
---
(0029195)
hgbot   
2010-07-09 17:50   
Repository: erp/devel/pi
Changeset: 2f62a7abe8fae48496609dd9cecc5055adbaffe8
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Jul 09 17:50:42 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2f62a7abe8fae48496609dd9cecc5055adbaffe8 [^]

Related to issue 13891: Added js changes to proper display of classic windows in a MDI environment

---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
(0029197)
hudsonbot   
2010-07-10 11:23   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/fc5a6575baf5 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8cb9c6ccb2e4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17829.obx [^]
(0029200)
hudsonbot   
2010-07-10 11:23   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/33d9daa902a6 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/8cb9c6ccb2e4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17829.obx [^]
(0029212)
hgbot   
2010-07-11 18:57   
Repository: erp/devel/pi
Changeset: 8010e964ec1c6fd746b934d97a9420c9d72ab7e3
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sun Jul 11 18:54:55 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8010e964ec1c6fd746b934d97a9420c9d72ab7e3 [^]

Related to issue 13891: Change in 'Default' skin to proper display of the tabbar

---
M web/skins/Default/Openbravo_ERP_250.css
---
(0029278)
hudsonbot   
2010-07-14 04:43   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/b974f18346c6 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2a91111beef4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17878.obx [^]
(0029279)
hudsonbot   
2010-07-14 04:43   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/2f62a7abe8fa [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2a91111beef4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17878.obx [^]
(0029281)
hudsonbot   
2010-07-14 04:43   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/8010e964ec1c [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/2a91111beef4 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17878.obx [^]
(0029336)
iperdomo   
2010-07-15 11:17   
Tested on pi @ rev 7a5cf7dc9844 + New UI modules installed
(0029341)
hgbot   
2010-07-15 12:15   
Repository: erp/devel/pi
Changeset: 69209bdbdd0dee86943fbbd49724909e4e0fcda6
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu Jul 15 12:15:19 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/69209bdbdd0dee86943fbbd49724909e4e0fcda6 [^]

Related to issue 13891: Now toolbar arrows works ok on MDI UI

---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/appStatus.js
M web/js/utils.js
---
(0029359)
hudsonbot   
2010-07-15 21:53   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/69209bdbdd0d [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/4653d919b826 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17886.obx [^]