Fixing problem with data property editing.
This commit is contained in:
parent
55be788aeb
commit
a09feb0a4d
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ public class N3EditUtils {
|
|||
dps.setLanguage( submittedLiteral.getLanguage() );
|
||||
dps.setData( submittedLiteral.getLexicalForm() );
|
||||
|
||||
copy.prepareForDataPropUpdate(writeModel, vreq.getWebappDaoFactory().getDataPropertyDao());
|
||||
copy.setDatapropKey( RdfLiteralHash.makeRdfLiteralHash(dps));
|
||||
copy.setDatapropKey( RdfLiteralHash.makeRdfLiteralHash(dps) );
|
||||
copy.prepareForDataPropUpdate(writeModel, vreq.getWebappDaoFactory().getDataPropertyDao());
|
||||
}
|
||||
EditConfigurationVTwo.putConfigInSession(copy,vreq.getSession());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue