Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0008451 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | have not tried | 2009-04-06 12:51 | 2009-07-18 00:00 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | high | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 4601e40b5744 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0008451: Autosave issues when not leaving page but staying on same page (i.e. after popups) | |||||||
Description | All openbravo windows do reload the page just after saving a record. Autosave does not does this redirect when saving and staying in the same page which does create a group of problems. | |||||||
Steps To Reproduce | Example: Goto Sales -> Sales Order Enter a new sales order a save it. Change a single field (i.e. Order date) Press print icon in the toolbar The record is autosaved (can be seen in the database) The print popup is opened. The sales order window has still the save and undo buttons active (even if the record has already been saved) | |||||||
Tags | 250 final review, 250MP1 | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0016011) hgbot (developer) 2009-05-04 15:05 |
Repository: erp/devel/pi Changeset: 7bbc3c211871678f84a6d58ae3c59b214cfcd619 Author: Iván Perdomo <ivan.perdomo <at> openbravo.com> Date: Mon May 04 15:04:51 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/7bbc3c211871678f84a6d58ae3c59b214cfcd619 [^] Fixes issue 8451: Added reloadOpener function when closing a pop-up window --- M src-wad/src/org/openbravo/wad/Template_ActionButton.html M src-wad/src/org/openbravo/wad/javasource.javaxml M src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.html M src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html M src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html M src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html M src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.html M src/org/openbravo/erpCommon/ad_actionButton/DocAction.html M src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html M src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.html M web/js/utils.js --- |
(0016012) iperdomo (reporter) 2009-05-04 15:07 |
@QA Team: * Make sure to review all the create/copy from. On a NEW record, closing a pop-up like copy from, should refresh the parent window. Thanks, Iván |
(0016764) sureshbabu (reporter) 2009-05-29 13:28 |
Able to reproduce the reported issue, tested as per the steps mentioned in the Issue id |
(0017862) hgbot (developer) 2009-07-03 13:14 |
Repository: erp/devel/pi Changeset: 4601e40b57449b72aefe4e3cf926392c0ef3558a Author: Iván Perdomo <ivan.perdomo <at> openbravo.com> Date: Mon May 04 15:04:51 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/4601e40b57449b72aefe4e3cf926392c0ef3558a [^] Fixes issue 8451: Added reloadOpener function when closing a pop-up window --- M src-wad/src/org/openbravo/wad/Template_ActionButton.html M src-wad/src/org/openbravo/wad/javasource.javaxml M src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.html M src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html M src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.html M src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html M src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.html M src/org/openbravo/erpCommon/ad_actionButton/DocAction.html M src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html M src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.html M web/js/utils.js --- |
(0018356) sureshbabu (reporter) 2009-07-17 11:48 |
Tested working fine. |
Issue History | |||
Date Modified | Username | Field | Change |
2009-04-06 12:51 | shuehner | New Issue | |
2009-04-06 12:51 | shuehner | Assigned To | => rafaroda |
2009-04-06 12:51 | shuehner | Regression testing | => No |
2009-04-06 12:51 | shuehner | Tag Attached: 250 final review | |
2009-04-09 10:55 | rafaroda | Assigned To | rafaroda => iperdomo |
2009-04-09 10:55 | rafaroda | Priority | normal => high |
2009-04-09 10:55 | rafaroda | Status | new => scheduled |
2009-04-23 16:05 | psarobe | Tag Attached: 250MP1 | |
2009-05-04 15:05 | hgbot | Checkin | |
2009-05-04 15:05 | hgbot | Note Added: 0016011 | |
2009-05-04 15:05 | hgbot | Status | scheduled => resolved |
2009-05-04 15:05 | hgbot | Resolution | open => fixed |
2009-05-04 15:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7bbc3c211871678f84a6d58ae3c59b214cfcd619 [^] |
2009-05-04 15:07 | iperdomo | Note Added: 0016012 | |
2009-05-29 13:28 | sureshbabu | Status | resolved => new |
2009-05-29 13:28 | sureshbabu | Resolution | fixed => open |
2009-05-29 13:28 | sureshbabu | Note Added: 0016764 | |
2009-05-29 13:28 | sureshbabu | Fixed in Version | 2.50MP1 => |
2009-06-01 10:12 | rafaroda | Status | new => scheduled |
2009-06-01 10:12 | rafaroda | fix_in_branch | => pi |
2009-07-03 13:14 | hgbot | Checkin | |
2009-07-03 13:14 | hgbot | Note Added: 0017862 | |
2009-07-03 13:14 | hgbot | Status | scheduled => resolved |
2009-07-03 13:14 | hgbot | Resolution | open => fixed |
2009-07-03 13:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/7bbc3c211871678f84a6d58ae3c59b214cfcd619 [^] => http://code.openbravo.com/erp/devel/pi/rev/4601e40b57449b72aefe4e3cf926392c0ef3558a [^] |
2009-07-17 11:48 | sureshbabu | Status | resolved => closed |
2009-07-17 11:48 | sureshbabu | Note Added: 0018356 | |
2009-07-17 11:48 | sureshbabu | Fixed in Version | => pi |
2009-07-18 00:00 | anonymous | sf_bug_id | 0 => 2823341 |
Copyright © 2000 - 2009 MantisBT Group |