Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | |||||||||||
0006347 | |||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||
feature request | [Openbravo ERP] A. Platform | major | always | 2008-12-03 12:39 | 2009-05-22 19:33 | ||||||
Reporter | villind | View Status | public | ||||||||
Assigned To | iciordia | ||||||||||
Priority | normal | Resolution | open | Fixed in Version | |||||||
Status | acknowledged | Fix in branch | Fixed in SCM revision | ||||||||
Projection | none | ETA | none | Target Version | |||||||
OS | Any | Database | Any | Java version | |||||||
OS Version | Database version | Ant version | |||||||||
Product Version | 2.40 | 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 | 0006347: Remove Client information from windows where it is not needed | ||||||||||
Description | Windows that does not have System in the access right should not display the field Client (AD_CLIENT in database). | ||||||||||
Proposed Solution | Remove client information from windows. Add client information in menu and browser title. | ||||||||||
Tags | ReleaseCandidate, Usability | ||||||||||
Attached Files | |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0016183) villind (developer) 2009-05-08 15:00 |
SQL to do this change: update ad_field set isdisplayed='N', showinrelation='N', updated=now() where ad_column_id in (select ad_column_id from ad_column where ad_element_id='102' /*Client*/ and ad_table_id in (select ad_table_id from ad_table where accesslevel in ('1'/*Organization*/,'3'/*Client/Organization*/)) ) |
Issue History | |||
Date Modified | Username | Field | Change |
2008-12-03 12:39 | villind | New Issue | |
2008-12-03 12:39 | villind | Assigned To | => rafaroda |
2008-12-03 12:39 | villind | sf_bug_id | 0 => 2382167 |
2008-12-03 12:39 | villind | Regression testing | => No |
2008-12-04 11:00 | pjuvara | Assigned To | rafaroda => pjuvara |
2008-12-07 19:52 | pjuvara | Tag Attached: ReleaseCandidate | |
2008-12-07 19:52 | pjuvara | Tag Attached: Usability | |
2008-12-07 19:53 | pjuvara | Category | B. User interface => A. Platform |
2008-12-07 19:53 | pjuvara | Status | new => acknowledged |
2009-05-08 15:00 | villind | Note Added: 0016183 | |
2009-05-22 19:33 | pjuvara | Assigned To | pjuvara => iciordia |
Copyright © 2000 - 2009 MantisBT Group |