Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0014981
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Localization Pack: Spain] Alertsmajoralways2010-10-22 08:082011-07-20 18:10
ReporternetworkbView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Regression introduced in release
Summary

0014981: new alert: elements of type distinct to "subaccounts" and no summary level

Descriptioncreate a new alert to detect the elements value that they are of type distinct to subaccounts and they don't have selected summary level

If an element does not have selected summary level, it can be selected in account combination, and it is error if this element is not of type subaccount

The same if an element is of type subaccount and it has selected the summary level
Proposed Solutionselect value, c_elementvalue_id, name, issummary, elementlevel, ad_org_id, c_element_id
from c_elementvalue ev
where ev.issummary='N'
and elementlevel<>'S';

select value, c_elementvalue_id, name, issummary, elementlevel, ad_org_id, c_element_id
from c_elementvalue ev
where ev.issummary='Y'
and elementlevel='S';
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-10-22 08:08 networkb New Issue
2010-10-22 08:08 networkb Assigned To => eduardo_Argal
2011-06-03 11:03 dalsasua Assigned To eduardo_Argal => dalsasua
2011-07-20 18:10 dalsasua Assigned To dalsasua => jonalegriaesarte


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker