Skip to content
Snippets Groups Projects
Commit c3b044e1 authored by tjc's avatar tjc
Browse files

use SYNONYM_TAG_CVNAME

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7166 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 7aa81ee0
Branches
Tags
No related merge requests found
......@@ -126,7 +126,7 @@ public class ChadoTransactionManager
//synonym tags from cv
private static String synonym_tags[] = null;
private static String SYNONYM_TAG_CVNAME = "genedb_synonym_type";
public static String SYNONYM_TAG_CVNAME = "genedb_synonym_type";
private EntryGroup entryGroup;
// Db where db entries are stored corresponding to controlled curation CV terms
public static String CONTROLLED_CURATION_DB = "CCGEN";
......
......@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/genebuilder/gff/GffPanel.java,v 1.14 2008-01-11 15:03:56 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/genebuilder/gff/GffPanel.java,v 1.15 2008-02-25 14:15:33 tjc Exp $
*/
package uk.ac.sanger.artemis.components.genebuilder.gff;
......@@ -437,7 +437,8 @@ public class GffPanel extends JPanel
private void addSynonym()
{
final Vector synonyms = DatabaseDocument.getCvterms("", "genedb_synonym_type");
final Vector synonyms = DatabaseDocument.getCvterms("",
ChadoTransactionManager.SYNONYM_TAG_CVNAME);
final JExtendedComboBox list = new JExtendedComboBox(synonyms);
final String options[] = { "CANCEL", "NEXT>"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment