- install failed due to wrong metadata key
- wrong controller action called
This commit is contained in:
parent
4200059200
commit
ccd6447696
|
@ -177,7 +177,7 @@ class Application_Model_StoredFile
|
|||
$this->_file->setDbOwnerId( $owner->getDbId() );
|
||||
} else {
|
||||
Logging::info("Could not find suitable owner for file
|
||||
'".$p_md['MDATA_KEY_FILEPATH']."'");
|
||||
'".$p_md['filepath']."'");
|
||||
}
|
||||
}
|
||||
# We don't want to process owner_id in bulk because we already
|
||||
|
|
|
@ -616,7 +616,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
text: aData.track_title
|
||||
},
|
||||
ajax: {
|
||||
url: baseUrl+"/Library/get-file-meta-data",
|
||||
url: baseUrl+"/Library/get-file-metadata",
|
||||
type: "get",
|
||||
data: ({format: "html", id : aData.id, type: aData.ftype}),
|
||||
success: function(data, status) {
|
||||
|
|
Loading…
Reference in New Issue