|
@@ -100,7 +100,7 @@ def getCrfEntry(pars,crf):
|
|
|
|
|
|
def changeFormStatus(pars,crfEntry,targetStatus):
|
|
|
crfEntry['FormStatus']=toStatus(targetStatus)
|
|
|
- updateCrfEntry(pars,crfEntry)
|
|
|
+ uploadCrfEntry(pars,crfEntry)
|
|
|
|
|
|
def uploadCrfEntry(pars,crfEntry):
|
|
|
parCrf={'schema':'lists','query':'crfEntry'}
|