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
39a5466f
Commit
39a5466f
authored
Nov 04, 2021
by
Charlotte Bataille
Browse files
feat/18079 : fix route
parent
aa6e612c
Pipeline
#14307
failed with stages
in 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bundle/recordsManagement/Model/archiveOriginator.php
0 → 100644
View file @
39a5466f
<?php
/*
* Copyright (C) 2015 Maarch
*
* This file is part of bundle recordsManagement.
*
* Bundle recordsManagement is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Bundle recordsManagement is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with bundle recordsManagement. If not, see <http://www.gnu.org/licenses/>.
*/
namespace
bundle\recordsManagement\Model
;
/**
* Class model that represents an archive
*
* @package RecordsManagement
* @author Cyril VAZQUEZ (Maarch) <cyril.vazquez@maarch.org>
*
* @substitution recordsManagement/archive
*
* @pkey [archiveId]
*/
class
archiveStatus
{
/**
* The archive identifier
*
* @var string
* @notempty
*/
public
$archiveId
;
/**
* The status
*
* @var string
* @enumeration [pending, preserved, frozen, disposable, disposed]
*/
public
$status
;
/**
* @var timestamp
*/
public
$lastModificationDate
;
}
// END class archive
src/presentation/maarchRM/Resources/locale/fr/auth/messages.po
View file @
39a5466f
...
...
@@ -876,6 +876,10 @@ msgid "importUserAccount"
msgstr "Comptes utilisateurs"
msgctxt "userStory"
msgid "adminOriginator"
msgstr "Modifier le service producteur des archives"
msgctxt "userStory"
msgid "exportOrganization"
msgstr "Organisations"
msgctxt "userStory"
...
...
src/presentation/maarchRM/UserStory/a
dminA
rchive/adminOriginatorInterface.php
→
src/presentation/maarchRM/UserStory/archive
Management
/adminOriginatorInterface.php
View file @
39a5466f
...
...
@@ -18,7 +18,7 @@
* along with bundle recordsManagement. If not, see <http://www.gnu.org/licenses/>.
*/
namespace
presentation\maarchRM\UserStory\a
dminA
rchive
;
namespace
presentation\maarchRM\UserStory\archive
Management
;
/**
* Interface for management of description fields
...
...
@@ -28,63 +28,6 @@ namespace presentation\maarchRM\UserStory\adminArchive;
*/
interface
adminOriginatorInterface
{
/**
* List of description fields
*
* @return recordsManagement/descriptionField/index
*/
public
function
readDescriptionfields
();
/**
* create a description field
* @param recordsManagement/descriptionField $descriptionField The description field object
*
* @return recordsManagement/descriptionField/create
*
* @uses recordsManagement/descriptionField/create
*/
public
function
createDescriptionfield
(
$descriptionField
);
/**
* Edit a description field
*
* @return recordsManagement/descriptionField/edit The profile object
* @uses recordsManagement/descriptionField/read_name_
*/
public
function
readDescriptionfield_name_
();
/**
* Update a description field
* @param recordsManagement/descriptionField $descriptionField The description field object
*
* @return recordsManagement/descriptionField/update
* @uses recordsManagement/descriptionField/update
*/
public
function
updateDescriptionfield_name_
(
$descriptionField
);
/**
* Delete a description field
*
* @return recordsManagement/descriptionField/delete
* @uses recordsManagement/descriptionField/delete_name_
*/
public
function
deleteDescriptionfield_name_
();
/**
* Update a description field
* @param string $reffile The description field reference file
*
* @uses recordsManagement/descriptionField/update_name_Ref
*/
public
function
updateDescriptionfield_name_Ref
(
$reffile
);
/**
* Read a description ref
*
* @return recordsManagement/descriptionField/readRef
* @uses recordsManagement/descriptionField/read_name_Ref
*/
public
function
readDescriptionfield_name_Ref
();
/**
* @uses recordsManagement/archives/updateOriginator
...
...
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