Notes |
|
(0036041)
|
hgbot
|
2011-04-20 11:38
|
|
Repository: erp/devel/pi
Changeset: 0b7613b265ef5ea23a65cf0f2d8f8a758df66d87
Author: Thirumalai Kandasami <thirumalai <at> qualian.in>
Date: Thu Apr 07 20:11:29 2011 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/0b7613b265ef5ea23a65cf0f2d8f8a758df66d87 [^]
Fixed issue 16639:Exclude column from audit
---
M src-db/database/model/postscript-Oracle.sql
M src-db/database/model/postscript-PostgreSql.sql
M src-db/database/model/tables/AD_COLUMN.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_callouts/SL_TableAudit.java
---
|
|
|
(0036042)
|
hgbot
|
2011-04-20 11:38
|
|
Repository: erp/devel/pi
Changeset: 41dfd35d8c246889c4f4ab8496b9bbf9bc0e3e76
Author: Thirumalai Kandasami <thirumalai <at> qualian.in>
Date: Mon Apr 18 20:12:01 2011 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/41dfd35d8c246889c4f4ab8496b9bbf9bc0e3e76 [^]
Fixed issue 16639:Exclude column from Audit trail
---
M src-db/database/model/triggers/AD_COLUMN_MOD_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopup.java
M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopupDeleted.html
M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopupDeleted.xml
M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopupHistory.html
M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopupHistory.xml
---
|
|
|
|
|
|
|
|
|
|
Reviewed+test on pi-mp0 (rev: bc96d042bfeb). Functionality works correctly and allows excluding individual columns from being fully audited for tables marked as such. AuditTrailPopup shows a hint in the message area to notify the user of those columns. However if older audit data includes those columns that data is still displayed (ok).
A few technical issues found in reviewing the code changes have been logged as a new issue (17609). |
|