Fixing problem with data property editing.

This commit is contained in:
briancaruso 2011-11-16 18:41:51 +00:00
parent 55be788aeb
commit a09feb0a4d

View file

@ -113,8 +113,8 @@ public class N3EditUtils {
dps.setLanguage( submittedLiteral.getLanguage() );
dps.setData( submittedLiteral.getLexicalForm() );
copy.setDatapropKey( RdfLiteralHash.makeRdfLiteralHash(dps) );
copy.prepareForDataPropUpdate(writeModel, vreq.getWebappDaoFactory().getDataPropertyDao());
copy.setDatapropKey( RdfLiteralHash.makeRdfLiteralHash(dps));
}
EditConfigurationVTwo.putConfigInSession(copy,vreq.getSession());
}