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
91b5cc61
Verified
Commit
91b5cc61
authored
Jun 27, 2019
by
Alexandre Morin
Browse files
fix (#6024) : derogation delivery request
parent
b5e5da1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Presenter/recordsManagement/archive.php
View file @
91b5cc61
...
...
@@ -188,6 +188,14 @@ class archive
$archive
->
hasRights
=
false
;
}
}
$archive
->
isCommunicable
=
'2'
;
if
(
$archive
->
accessRuleComDate
)
{
$communicationDelay
=
$archive
->
accessRuleComDate
->
diff
(
\
laabs
::
newTimestamp
());
if
(
$communicationDelay
->
invert
!=
0
)
{
$archive
->
isCommunicable
=
'1'
;
}
}
}
$dataTable
=
$this
->
view
->
getElementsByClass
(
"dataTable"
)
->
item
(
0
)
->
plugin
[
'dataTable'
];
...
...
src/presentation/maarchRM/Resources/view/recordsManagement/archive/modalModification.html
View file @
91b5cc61
...
...
@@ -14,21 +14,6 @@
<div
class=
"panel-body"
>
<h4><strong
style=
"color:red"
><span
id=
"modal_selected"
></span></strong>
archives selected.
</h4>
<h4>
The modification will be applied on
<strong
style=
"color:red"
><span
id=
"modal_relevant"
></span></strong>
archives.
</h4>
<!--<br/>
<div class="table-responsive">
<table id="archiveTable" class="table table-condensed">
<thead>
<th>Id</th>
<th>Archive name</th>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>-->
</div>
</div>
</div>
...
...
src/presentation/maarchRM/Resources/view/recordsManagement/archive/resultList.html
View file @
91b5cc61
...
...
@@ -30,7 +30,7 @@
</thead>
<tbody>
<?merge archive ?>
<tr
id=
"[?merge .archiveId ?]"
name=
"[?merge .archiveName ?]"
class=
"[?merge .disposable.bool().then('danger') ?]"
>
<tr
id=
"[?merge .archiveId ?]"
name=
"[?merge .archiveName ?]"
class=
"[?merge .disposable.bool().then('danger')
?]"
data-iscommunicable=
"[?merge .isCommunicable
?]"
>
<td>
<?merge .hasRights.bool() ?>
<input
type=
"checkbox"
...
...
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