Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0036766 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | minor | always | 2017-09-01 12:48 | 2017-09-13 08:11 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR17Q2.3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 453915b509ec | ||||
Projection | none | ETA | none | Target Version | 3.0PR17Q2.3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2016-04-18 | |||||||
Regression introduced in release | 3.0PR16Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/82f27ac1b1497b3a82646b140ab1b6e048f2b766 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0036766: Update information of attachments is not changed after replacing an already attached file | |||||||
Description | Update information of attachments is not changed after replacing an already attached file. It seems the updated column of the c_file table is not updated when a file is replaced | |||||||
Steps To Reproduce | As group admin role: Go to Sales Invoice window Add an attachment to it Wait at least a minute in order to see its update information as '1 minutes ago by ...' Modify the file Add it again to the same invoice The applications shows: "The file you are trying to upload already exists, so it will be replaced by the new one. Are you sure you want to continue?" Select OK Check the update information remains the same. It should be updated to '0 minutes ago by ...' | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0098795) hgbot (developer) 2017-09-04 10:21 |
Repository: erp/backports/3.0PR17Q2.3 Changeset: 453915b509ec257fdc6dfd55226f384d21e94ac5 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon Sep 04 09:23:10 2017 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR17Q2.3/rev/453915b509ec257fdc6dfd55226f384d21e94ac5 [^] fixes bug 36766: Audit info not updated when replacing an already attached file The audit information (updated, updated by fields) of the attachments was not being updated after replacing an already attached file. In this case the OBInterceptor was not being invoked because the information of the attachment (BaseOBObject) was indeed not changing. To fix this problem we explicitly change the 'updated' date of the attachment and the OBInterceptor will take care of update the rest of the audit information (updated by). --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java --- |
(0098937) hgbot (developer) 2017-09-11 12:12 |
Repository: erp/backports/3.0PR17Q2.3 Changeset: 051e3552621f25a4af4b92f37f9ba6eef53752f7 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon Sep 11 12:05:17 2017 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR17Q2.3/rev/051e3552621f25a4af4b92f37f9ba6eef53752f7 [^] related to bug 36766: Update attachment last update when metadata also changes --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachmentUtils.java --- |
(0098987) hgbot (developer) 2017-09-12 15:53 |
Repository: erp/backports/3.0PR17Q2.3 Changeset: 76e82aea8e0d48bfdaa1da75fbaf81cf0092d42c Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Tue Sep 12 15:50:45 2017 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR17Q2.3/rev/76e82aea8e0d48bfdaa1da75fbaf81cf0092d42c [^] related to bug 36766: last update not updated when removing description The last updated information is now updated when the description of an existing attachment is cleared. This was not happening before, because the record in the OBUIAPP_Parameter_Value table was removed when the value to be assigned is null --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java --- |
(0098999) alostale (manager) 2017-09-13 08:11 |
reviewed tested cases: 1. replaced file with same name 2. edited description 3. having a description, it gets removed 4. adding modifications in an extra parameter in attachment method |
Issue History | |||
Date Modified | Username | Field | Change |
2017-09-01 14:49 | caristu | Type | defect => backport |
2017-09-01 14:49 | caristu | Target Version | => 3.0PR17Q2.3 |
2017-09-04 10:21 | hgbot | Checkin | |
2017-09-04 10:21 | hgbot | Note Added: 0098795 | |
2017-09-04 10:21 | hgbot | Status | scheduled => resolved |
2017-09-04 10:21 | hgbot | Resolution | open => fixed |
2017-09-04 10:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR17Q2.3/rev/453915b509ec257fdc6dfd55226f384d21e94ac5 [^] |
2017-09-04 10:21 | caristu | Review Assigned To | => alostale |
2017-09-11 12:12 | hgbot | Checkin | |
2017-09-11 12:12 | hgbot | Note Added: 0098937 | |
2017-09-12 15:53 | hgbot | Checkin | |
2017-09-12 15:53 | hgbot | Note Added: 0098987 | |
2017-09-13 08:11 | alostale | Status | resolved => closed |
2017-09-13 08:11 | alostale | Fixed in Version | => 3.0PR17Q2.3 |
2017-09-13 08:11 | alostale | Note Added: 0098999 |
Copyright © 2000 - 2009 MantisBT Group |