Skip to content

Commit

Permalink
Fixed issue #12832: Bread crumbs broken at survey logic file
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 13, 2017
1 parent 460513f commit f7980ce
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions application/controllers/admin/expressions.php
Expand Up @@ -88,6 +88,8 @@ public function survey_logic_file(){
$language = sanitize_languagecode($language);

$aData['sid'] = $sid;
$aData['title_bar']['title'] = gT("Survey logic file");
$aData['subaction'] = gT("Survey logic file");
$aData['sidemenu']['state'] = false;
$aData['survey'] = $oSurvey;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/styles-admin/Bay_of_Many/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/styles-admin/Black_Pearl/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/styles-admin/Dark_Sky/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/styles-admin/Free_Magenta/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/styles-admin/Sea_Green/css/lime-admin-colors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7980ce

Please sign in to comment.