mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
fix page edit link slug
This commit is contained in:
parent
99ee72e17f
commit
f36b439f8f
@ -211,8 +211,8 @@ class DMSDocumentAddController extends LeftAndMain
|
||||
{
|
||||
return Controller::join_links(
|
||||
CMSPageEditController::singleton()->getEditForm($pageId)->FormAction(),
|
||||
'field/Document Sets/item',
|
||||
$documentSetId
|
||||
'field/DocumentSets/item',
|
||||
(int) $documentSetId
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user