Project

General

Profile

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

# Date Author Comment
539794c5 05/02/2018 02:32 PM Andreas Müller

ref #6241 replaced @date by @since in vaadin

ba631583 12/01/2017 02:38 PM Andreas Kohlbecker

using the CleanSweepInsertLoadStrategy for PresenterTests with FirstData_UsersAndPermissions dataset

d2cd6047 12/01/2017 08:20 AM Andreas Kohlbecker

fixing two more presenter tests: EditConceptRelationshipPresenterTest, NewTaxonBasePresenterTest

28b2c27a 12/01/2017 08:20 AM Andreas Kohlbecker

partially fixing broken test suite:

  • using in mem h2 db for all tests
  • ignoring all broken presenter tests
  • separating out test applicationContext for pure service tests
  • reducing test data sets
29078af6 04/04/2017 02:02 PM Andreas Kohlbecker

refactoring package structure

  • presenters moved into view
  • per cdm domain subpackage
  • component presenters moved into component package
18a0f694 02/27/2017 01:29 PM Andreas Kohlbecker

ref #6410 follow up to adding a new TaxonRelatioshipType comitted in cdmlib|530a12a

7b2a0df1 12/20/2016 11:50 AM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code

15e79265 06/20/2016 01:45 PM Patrick Plitzner

Fix test (There are 29 relation types now)

08af4f8a 04/21/2015 03:44 PM Cherian Mathew

ConceptRelationshipComposite: added enabling / disabling of edit / delete buttons and firing event when edit concept relationship dialog is opened
EditConceptRelationshipComposite : fixed problems with async calls , adapted to updated operation class, added show in dialog method...

2ba67e3f 04/17/2015 10:12 AM Cherian Mathew

EditConceptRelationshipComposite : updated ui, added save + cancel + drag&drop functionality
ConceptRelationshipComposite : using the EditConceptRelationshipComposite
StatusComposite : set drag&drop mode
ConceptRelationshipPresenter, EditConceptRelationshipPresenter : moved create, update, edit methods to EditConceptRelationshipPresenter...

f1584a2a 04/13/2015 02:35 PM Cherian Mathew

new component to edit taxon relationships