From 136340ab791c0be383656f9a3a115ad7cea92bf1 Mon Sep 17 00:00:00 2001 From: travismccauley Date: Fri, 19 Dec 2003 20:54:44 +0000 Subject: [PATCH] Fixed some display bugs and set passages only to convert to wylie when the passage is Tibetan --- src/java/org/thdl/lex/commands/RemoveCommand.java | 1 + src/jsp/jsp/displayPassage.jsf | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/java/org/thdl/lex/commands/RemoveCommand.java b/src/java/org/thdl/lex/commands/RemoveCommand.java index b1c1b12..d4d8796 100644 --- a/src/java/org/thdl/lex/commands/RemoveCommand.java +++ b/src/java/org/thdl/lex/commands/RemoveCommand.java @@ -72,6 +72,7 @@ public class RemoveCommand extends LexCommand implements Command ThdlUser user = visit.getUser(); LexQuery query = visit.getQuery(); ITerm term = query.getEntry(); + LexComponentRepository.update( term ); if ( CommandToken.isValid( req ) && validate( user, component ) ) { diff --git a/src/jsp/jsp/displayPassage.jsf b/src/jsp/jsp/displayPassage.jsf index e9ceb30..bd085f2 100644 --- a/src/jsp/jsp/displayPassage.jsf +++ b/src/jsp/jsp/displayPassage.jsf @@ -33,14 +33,16 @@ ''
- - + + +
+
Wylie conversion error (view source for details)