Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
a4e0e996
Commit
a4e0e996
authored
Nov 10, 2021
by
Arnaud Pauget
Browse files
feat(18079) : remove useless interface route
parent
ebc6fae3
Pipeline
#14422
failed with stages
in 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bundle/medona/archivalAgreementInterface.php
View file @
a4e0e996
...
...
@@ -70,11 +70,4 @@ interface archivalAgreementInterface
* @action medona/archivalAgreement/delete
*/
public
function
delete_archivalAgreementId_
();
/**
* @param string $reference Archival Agreement Reference
*
* @action medona/archivalAgreement/getByReference
*/
public
function
readGetByReference
(
$reference
);
}
src/bundle/organization/organizationInterface.php
View file @
a4e0e996
...
...
@@ -354,15 +354,4 @@ interface organizationInterface
* @return boolean Import with reset of table data or not
*/
public
function
createImport
(
$data
,
$isReset
);
/**
* List descendant services and org from a parent org
*
* @param string $orgId Organization Identifier
*
* @action organization/organization/readDescendantServices
*
* @return array Array of descendant services
*/
public
function
readDescendantServices
(
$orgId
);
}
src/bundle/recordsManagement/Controller/archiveModificationTrait.php
View file @
a4e0e996
...
...
@@ -1003,7 +1003,7 @@ trait archiveModificationTrait
array_merge
(
$organizationController
->
readDescendantServices
((
string
)
$originatorOrgId
),
$orgs
);
}
}
else
{
$orgs
=
\
laabs
::
callService
(
'organization/organization/
readDescendantServices
'
,
$orgId
);
$orgs
=
$organizationController
->
readDescendantServices
(
$orgId
);
}
$descendantServices
=
[];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment