Fixing problem with data property editing.
This commit is contained in:
parent
a09feb0a4d
commit
d3fac53bd3
1 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,6 @@ public class N3EditUtils {
|
|||
//the editConfig used for this submission in the session. The same thing
|
||||
//is done for an update or a new insert since it will convert the insert
|
||||
//EditConfig into an update EditConfig.
|
||||
FieldVTwo dataField = copy.getField(copy.getVarNameForObject());
|
||||
|
||||
DataPropertyStatement dps = new DataPropertyStatementImpl();
|
||||
List<Literal> submitted = submission.getLiteralsFromForm().get(copy.getVarNameForObject());
|
||||
|
|
Loading…
Add table
Reference in a new issue