Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
8ab374ac
Commit
8ab374ac
authored
Mar 17, 2019
by
Stefan Busemann
Browse files
[BUGFIX] Rename method to isGroupConfigComplete
parent
f8b8d14d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/BeDashboardController.php
View file @
8ab374ac
...
...
@@ -45,7 +45,7 @@ class BeDashboardController extends AbstractBeController
);
if
(
$this
->
configuration
)
{
if
(
$this
->
configuration
->
isGroupCon
i
fgComplete
())
{
if
(
$this
->
configuration
->
isGroupConf
i
gComplete
())
{
$electionManagerGroup
=
$this
->
configuration
->
getElectionManagerGroup
();
}
else
{
...
...
Classes/Domain/Model/Configuration.php
View file @
8ab374ac
...
...
@@ -213,7 +213,7 @@ class Configuration extends AbstractEntity
$this
->
testEmail
=
$testEmail
;
}
public
function
isGroupCon
i
fgComplete
()
{
public
function
isGroupConf
i
gComplete
()
{
if
(
$this
->
getAdministrationGroup
()
&&
$this
->
getElectionManagerGroup
()
&&
$this
->
getPollManagerGroup
())
{
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment