Changeset 199

Show
Ignore:
Timestamp:
12/27/07 23:29:33 (1 year ago)
Author:
chris
Message:

Don't try to update LS if we don't have access to do so.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/clause.jsp

    r197 r199  
    13111311                String currentStruct = clause.getEMdFValue("logical_structure") 
    13121312                        .getString(); 
    1313                 if (! currentStruct.equals(structure)
     1313                if (! currentStruct.equals(structure) && emdros.canWriteTo(clause)
    13141314                { 
    13151315                        Change ch = emdros.createChange(EmdrosChange.UPDATE,