Skip to content

Commit

Permalink
change lock icon after selecting different datastore, refs #27
Browse files Browse the repository at this point in the history
  • Loading branch information
alexadavid committed Jul 1, 2014
1 parent 525f065 commit 19777fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FIT/NetopeerBundle/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,12 @@ private function processSectionForms($key, $module = null, $subsection = null) {
// processing filter on state part
if ( isset($post_vals['formType']) && $post_vals['formType'] == "formState") {
$res = $this->handleFilterState($key);
$this->addAjaxBlock('FITNetopeerBundle:Default:connections.html.twig', 'topMenu');

// processing filter on config part
} elseif ( isset($post_vals['formType']) && $post_vals['formType'] == "formConfig" ) {
$res = $this->handleFilterConfig($key);
$this->addAjaxBlock('FITNetopeerBundle:Default:connections.html.twig', 'topMenu');

// processing form on config - edit Config
} elseif ( isset($post_vals['formType']) && $post_vals['formType'] == "formCopyConfig" ) {
Expand Down

0 comments on commit 19777fc

Please # to comment.