BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked. - Was add this functionality.
This commit is contained in:
@@ -912,7 +912,7 @@ function documentVersionHistory()
|
||||
function overwriteFile ($node, $fileName) {
|
||||
global $RBAC;
|
||||
require_once ("classes/model/AppFolder.php");
|
||||
include_once ("classes/model/AppDocument.php");
|
||||
require_once ("classes/model/AppDocument.php");
|
||||
$appDocument = new AppDocument();
|
||||
$pMFolder = new AppFolder();
|
||||
$user = ($RBAC->userCanAccess('PM_ALLCASES') == 1) ? '' : $_SESSION['USER_LOGGED'];
|
||||
|
||||
Reference in New Issue
Block a user