Fixing patch
This commit is contained in:
parent
ec11c9f8ab
commit
fc80d7912d
|
@ -876,11 +876,6 @@ public class CKANPackage extends CKAN implements Moderated {
|
||||||
try {
|
try {
|
||||||
this.updateOperation = true;
|
this.updateOperation = true;
|
||||||
|
|
||||||
/*
|
|
||||||
* Going to read the item from CKAN just to check the item status.
|
|
||||||
* I need to reset the result first because the current contains
|
|
||||||
* the extras as sent by the client which are not trusted
|
|
||||||
*/
|
|
||||||
this.result = null;
|
this.result = null;
|
||||||
readItem();
|
readItem();
|
||||||
|
|
||||||
|
@ -952,6 +947,7 @@ public class CKANPackage extends CKAN implements Moderated {
|
||||||
try {
|
try {
|
||||||
this.updateOperation = true;
|
this.updateOperation = true;
|
||||||
|
|
||||||
|
this.result = null;
|
||||||
readItem();
|
readItem();
|
||||||
|
|
||||||
JsonNode jsonNode = checkBaseInformation(json, true);
|
JsonNode jsonNode = checkBaseInformation(json, true);
|
||||||
|
|
Loading…
Reference in New Issue