Project

General

Profile

Download (14.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f5979052 11/23/2017 03:37 PM Katja Luther

fix multiple representation by removing conversation of selection dialog

6ed48b2e 01/18/2017 04:23 PM Patrick Plitzner

ref #6283 Fixed potential NPE for EntitySelectionElement

  • refactored constructors to always initialise the clazz variable
c1c83a38 01/12/2017 04:50 PM Katja Luther

fix #5671: add filter element for selection dialog

752e8a12 08/25/2016 10:23 AM Katja Luther

ref #5837 add new NomenclaturalReferenceSelectionDialog

6da59e5d 02/23/2016 06:26 PM Patrick Plitzner

Fix editing of transient entities in EntitySelectionElement #5592

42f39450 02/09/2016 10:51 AM Patrick Plitzner

Popup message before editing an unpersisted object #5489

5d28cb7b 02/04/2016 02:36 PM Katja Luther

fixes

ec8e146e 12/08/2015 06:37 PM Patrick Plitzner

Remove colon from EntitySelectionElement label #5265

a0af0095 12/07/2015 06:03 PM Patrick Plitzner

Move getService to CdmStore

78839371 12/07/2015 02:30 PM Patrick Plitzner

Avoid persisting data when hitting cancel in EditFromSelectionWizard
#2645

  • create new entitySession for every wizard
  • merge for OK, dispose for Cancel
37f997b9 12/02/2015 05:40 PM Patrick Plitzner

Remove unused entity cloning

1a363aeb 10/07/2015 12:34 PM Katja Luther

minor

bb08b867 10/07/2015 12:31 PM Katja Luther

check for isdeletable before set delete button disabled

3137470a 10/06/2015 02:41 PM Patrick Plitzner

Fix potential NPE

d382265f 10/06/2015 09:50 AM U-BGBM\k.luther

in a selection element an disabled element can't be deleted so the delete button should be disabled too

3915821a 10/01/2015 10:55 AM Patrick Plitzner

Pre-select country as named area type for country selection for
specimens (#2353)

9b4c921e 03/19/2015 02:21 PM Katja Luther
49f3a54a 02/26/2015 01:26 PM Patrick Plitzner
  • temporarily disabled cloning (#2645)
c05bb77e 12/11/2014 09:35 PM Patrick Plitzner
  • use labelCache instead of description for amplification labeling
1149ef6a 10/14/2014 09:26 AM Patrick Plitzner
  • when editing a CDM entity in an EditFromSelectionWizard the entity will be cloned before editing.
    • when hitting "Finish" the entity will be merged with the original.
    • when hitting "Cancel" the merging will not be made and the changes will be ignored -> this fixes #2645
770e6d62 08/07/2014 11:30 AM Cherian Mathew

MemberDetailElement : removed member label string
EntitySelectionElement : removed " : " suffix to label string when label string is empty

b79e447b 08/05/2014 01:46 PM Patrick Plitzner
  • fixed bug that showed double or no '&' (#4302)
1c2d2fca 06/10/2014 01:20 PM Patrick Plitzner
  • added dispose check because in some undefined circumstances the setBackground() method was invoked but the label was already disposed
6b06a799 04/01/2014 08:51 AM Patrick Plitzner
  • removed Amplification as a TreeNode from the DerivateView
    • added Amplification to DetailsView of SingleRead as an EntitySelectionElement
aa2f3cbf 03/17/2014 10:02 AM Patrick Plitzner
  • added isEnabled() method to IEnableableFormElement
23e15ade 03/17/2014 09:43 AM Patrick Plitzner
  • removed StoreUtil.getCdmEntity() invocation (#4091)
1cb96484 03/17/2014 08:51 AM Patrick Plitzner
  • implemented EntitySelectionElement for Primer
    • adapted details views with primer selection element
839cb4cd 03/05/2014 06:18 PM Andreas Kohlbecker

avoiding NPE and other exceptions

09a1be0a 03/05/2014 08:43 AM Patrick Plitzner
  • added util method to get for getting a CDM entity (used in authenication/permission framework)
    • made use of this method where the type of the parameter was too general (like object)
    • made getBaseUnit() of DerivedUnitFacade public
06ba42c7 02/28/2014 12:17 PM Andreas Kohlbecker

fixing missing text of Group members (User) in details section

0c61ddac 02/26/2014 12:02 PM Andreas Kohlbecker

disabling edit button if user is allowed to UPDATE & making text elements selectable

4e59c9c1 02/10/2014 02:59 PM Andreas Kohlbecker

solving #4013 (GrantedAuthority: Humane label of TaxonNode authorities)

dacb59c9 01/28/2014 01:28 PM Patrick Plitzner
  • moved ICdmFormElement to ui.element
c4957163 11/25/2013 08:46 AM Patrick Plitzner
  • removed usage of compatibility interface IEntitySelectionElement
1e2ff9ee 08/20/2013 02:56 PM Patrick Plitzner

merged/implemented cdm3.3 model adaptations

2d6180c3 08/15/2013 03:25 PM Patrick Plitzner
  • ordered GUI and control classes in packages
    • converted FieldObservationDetails element
6504f35c 08/15/2013 11:57 AM Patrick Plitzner
  • moved ICdmFormElement to campanula.compatibility
b50ab815 08/15/2013 11:48 AM Patrick Plitzner
  • converted Browse, Edit, Delete functionality of EntitySelection
    • adapted layout of detail elements to fill up the horizontal space
5a26bee6 07/22/2013 05:55 PM Cherian Mathew

NumberWithLabelElement : added getDouble method
CdmFormFactory : updated create methods for creating elements for DefinedTerm and DerivedUnit objects
DateDetailSection : FIXME:3.3MC tag
EnumComboElement : added SpecimenOrObservationType and OriginalSourceType to the data holders list and the default label method...

30a27c33 09/13/2012 05:07 PM Andreas Kohlbecker

solved #2990 (implement missing parts of Groups admin details view)

23783f7a 01/30/2012 12:40 PM Niels Hoffmann

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)