CC-2652: display info about import
- temp commit
This commit is contained in:
parent
c0e07dbd9e
commit
9ff5bdaf0f
4 changed files with 38 additions and 1 deletions
|
@ -451,6 +451,9 @@ class ApiController extends Zend_Controller_Action
|
|||
}
|
||||
}
|
||||
|
||||
// update import timestamp
|
||||
Application_Model_Preference::SetImportTimestamp();
|
||||
|
||||
if ($mode == "create") {
|
||||
$filepath = $md['MDATA_KEY_FILEPATH'];
|
||||
$filepath = str_replace("\\", "", $filepath);
|
||||
|
@ -508,7 +511,6 @@ class ApiController extends Zend_Controller_Action
|
|||
$file->delete();
|
||||
}
|
||||
}
|
||||
|
||||
$this->view->id = $file->getId();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue