Menu

Source Commit Log


Commit Date  
[r5737] by b_calderwood

If duplicate key is found and record uses a multi field key, then reset the value on the field that caused the duplicate key error. This makes it easier for the user to leave the field and change any of the key field values.

2011-11-19 21:27:57 Tree
[r5736] by b_calderwood

Fix how we calculate the domain object name.

2011-11-19 20:06:41 Tree
[r5735] by rkisson

Removed unnecessary messages from info to debug level

2011-11-19 17:28:02 Tree
[r5734] by b_calderwood

Remove extra comma.

2011-11-19 16:37:03 Tree
[r5733] by sandeepmehra

- The Ext.data.GroupingStore has multiSortInfo set with sorters initialized to an empty array. The applyState method of Ext.grid.GridPanel should multi sort only when sorters is populated, not when the sorters is an empty array.
- Ext.data.GroupingStore extends Ext.data.Store. The getState method of Ext.grid.GridPanel calls getSortState of Ext.data.Store to save the state. If the multiSortInfo has sorters populated, and that has not been overwritten by sortInfo population, save the multiSortInfo. The override could happen if the User overrides the default multi sort.

2011-11-19 03:05:49 Tree
[r5732] by prudhvireddy

Bug #22232: Changed empty text from 0.00 to ''

2011-11-19 02:50:48 Tree
[r5731] by rkisson

A change to the AtomicCriteria now allows fields from the main criteria to be included in the AtomicCriteria on a aggregate object.

i.e.

select * from purchase_requests pr,parts p
where p.part = pr.part and p.cage = pr.cage
and pr.status = 'O'
and (pr.order_no = 'REF' or pr.purchase_order = 'REF' or p.nsn = 'REF' or p.stock_number = 'REF')

allowing you to add pr.order_no and pr.purchaseh_order within the same AtomicCriteria as p.nsn and p.stock_number

2011-11-19 01:47:10 Tree
[r5730] by b_calderwood

Warn user any time changes may be lost.
Add support for minValue, maxValue, caseType and minLength.

2011-11-19 01:35:54 Tree
[r5729] by b_calderwood

Add messages for system config desktop.

2011-11-19 01:34:10 Tree
[r5728] by rkisson

Changed the method access to public for findInfo on the IPropertyRuleIntrospector interface

2011-11-19 01:21:18 Tree
Older >
MongoDB Logo MongoDB