Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
app
Commits
8e620328
Commit
8e620328
authored
3 years ago
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Divers
parent
61000315
No related branches found
No related tags found
No related merge requests found
Pipeline
#14807
failed
3 years ago
Stage: publish
Stage: tests
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UnicaenApp/Form/View/Helper/FormRowDateInfSup.php
+2
-1
2 additions, 1 deletion
src/UnicaenApp/Form/View/Helper/FormRowDateInfSup.php
with
2 additions
and
1 deletion
src/UnicaenApp/Form/View/Helper/FormRowDateInfSup.php
+
2
−
1
View file @
8e620328
<?php
namespace
UnicaenApp\Form\View\Helper
;
use
Laminas\Form\View\Helper\FormElement
;
use
Laminas\Form\View\Helper\FormRow
;
use
UnicaenApp\Form\Element\DateInfSup
;
use
Laminas\Form\ElementInterface
;
...
...
@@ -90,7 +91,7 @@ class FormRowDateInfSup extends FormRow
/**
* {@inheritdoc}
*/
protected
function
getElementHelper
()
protected
function
getElementHelper
()
:
FormElement
{
if
(
method_exists
(
$this
->
view
,
'plugin'
))
{
$this
->
elementHelper
=
$this
->
view
->
plugin
(
'formDateInfSup'
);
...
...
This diff is collapsed.
Click to expand it.
Florian Joriot
@florian.joriot
mentioned in commit
e05555b3
·
2 years ago
mentioned in commit
e05555b3
mentioned in commit e05555b3d33d2fadb080c3449baf15a0d1c36829
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment