Project

General

Profile

« Previous | Next » 

Revision 7b130084

Added by Patrick Plitzner about 5 years ago

ref #7998 Extend selection dialog to allow multiple filter elements

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/ExtReferenceSelectionDialog.java
89 89
        protected ExtReferenceSelectionDialog(Shell shell, //ConversationHolder conversation,
90 90
                String title, boolean multi, Reference reference) {
91 91
            super(shell, //conversation,
92
                    title, multi, ExtReferenceSelectionDialog.class.getCanonicalName(), null);
92
                    title, multi, ExtReferenceSelectionDialog.class.getCanonicalName());
93 93
            this.currentReference = reference;
94 94

  
95 95
//            controller = CdmStore.getCurrentApplicationConfiguration();
......
116 116
        protected ExtReferenceSelectionDialog(Shell shell, //ConversationHolder conversation,
117 117
                String title, boolean multi, Reference reference, boolean isInReference) {
118 118
            super(shell, //conversation,
119
                    title, multi, ExtReferenceSelectionDialog.class.getCanonicalName(), null);
119
                    title, multi, ExtReferenceSelectionDialog.class.getCanonicalName());
120 120
            this.isInReference = isInReference;
121 121
            this.currentReference = reference;
122 122

  

Also available in: Unified diff