Issue #1372176: Custom text for 'Home' link.
1 unresolved thread
Closes #1372176
Merge request reports
Activity
- Resolved by Chris Burgess
154 157 $page->checkField('exclude_disabled_menu_items'); 155 158 $page->checkField('derived_active_trail'); 156 159 $page->selectFieldOption('front_title', 1); 160 $page->fillField('custom_home_title', 'Home Page'); I haven't tested this, but I think from the settings form above, this field should only be visible when
front_title
is set to 3, and here it will be set to 1. This same issue appears a couple of times below also.(The integers should be replaced with meaningful constant names, but that's out of scope here.)
@xurizaemon Since, we don't have any restriction to save the value of
custom_home_title
field I think we should be good here and in this test we are just checking if the config values are stored properly on form submit.
added 1 commit
added 9 commits
-
8ea95fbb...816fea83 - 7 commits from branch
project:2.0.x
- 13e87203 - Issue #1372176: Custom text for 'Home' link.
- e10ac4ff - Issue #1372176: Custom text for 'Home' link.
-
8ea95fbb...816fea83 - 7 commits from branch
Please register or sign in to reply