Explorar o código

Reverting naming inconsistency

Andrej hai 3 días
pai
achega
c5115ed2d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      manageCRF.py

+ 1 - 1
manageCRF.py

@@ -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'}