Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centreon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
centreon
Commits
8bc2d13a
Commit
8bc2d13a
authored
May 23, 2018
by
Guillaume28
Browse files
Options
Downloads
Patches
Plain Diff
fix(build): selects asynchronous elements of select2
parent
37e8f9c7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
features/bootstrap/ServiceGroupConfigurationContext.php
+2
-2
2 additions, 2 deletions
features/bootstrap/ServiceGroupConfigurationContext.php
with
2 additions
and
2 deletions
features/bootstrap/ServiceGroupConfigurationContext.php
+
2
−
2
View file @
8bc2d13a
...
@@ -76,11 +76,11 @@ class ServiceGroupConfigurationContext extends CentreonContext
...
@@ -76,11 +76,11 @@ class ServiceGroupConfigurationContext extends CentreonContext
public
function
thePropertiesAreUpdated
()
public
function
thePropertiesAreUpdated
()
{
{
$this
->
tableau
=
array
();
$this
->
tableau
=
array
();
$this
->
currentPage
=
new
ServiceGroupConfigurationListingPage
(
$this
);
$this
->
currentPage
=
$this
->
currentPage
->
inspect
(
$this
->
updatedProperties
[
'name'
]);
try
{
try
{
$this
->
spin
(
$this
->
spin
(
function
(
$context
)
{
function
(
$context
)
{
$this
->
currentPage
=
new
ServiceGroupConfigurationListingPage
(
$this
);
$this
->
currentPage
=
$this
->
currentPage
->
inspect
(
$this
->
updatedProperties
[
'name'
]);
$object
=
$this
->
currentPage
->
getProperties
();
$object
=
$this
->
currentPage
->
getProperties
();
foreach
(
$this
->
updatedProperties
as
$key
=>
$value
)
{
foreach
(
$this
->
updatedProperties
as
$key
=>
$value
)
{
if
(
$value
!=
$object
[
$key
])
{
if
(
$value
!=
$object
[
$key
])
{
...
...
This diff is collapsed.
Click to expand it.
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