mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
Merge pull request #174 from creative-commoners/pulls/2.0/add-document-backlink
FIX Redirect back to documents tab after uploading a document
This commit is contained in:
commit
ed32ce949e
@ -199,7 +199,7 @@ class DMSDocumentAddController extends LeftAndMain
|
||||
'edit'
|
||||
);
|
||||
}
|
||||
return $modelAdmin->Link('DMSDocumentSet');
|
||||
return $modelAdmin->Link();
|
||||
}
|
||||
|
||||
return Controller::join_links(
|
||||
|
Loading…
Reference in New Issue
Block a user