Skip to content

Commit

Permalink
Merge branch 'pr701' into b-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieg committed Apr 19, 2019
2 parents 4d55846 + f62f9b2 commit 9edd976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Backwards compatibility break: `\OxidEsales\EshopCommunity\Application\Model\User::_dbLogin` will only called until the user successfully logs in the
first time. Afterwards the password hash will have been recreated and a new authentication mechanism will be used. This
breaks backwards compatibility for modules, which directly override `_dbLogin` or one of the methods in the call stack.
- Fix typo in ident for help near name/surname in `application/views/admin/tpl/shop_main.tpl` [PR-701](https://github.com/OXID-eSales/oxideshop_ce/pull/701)
- Was `HELP_ENERAL_NAME` changed to `HELP_GENERAL_NAME`

### Removed
- Removed old not used blAutoSearchOnCat option from shop_config tab [PR-654](https://github.com/OXID-eSales/oxideshop_ce/pull/654)
Expand Down
2 changes: 1 addition & 1 deletion source/Application/views/admin/tpl/shop_main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ window.onload = function ()
<td class="edittext">
<input type="text" class="editinput" size="10" maxlength="[{$edit->oxshops__oxfname->fldmax_length}]" name="editval[oxshops__oxfname]" value="[{$edit->oxshops__oxfname->value}]" [{$readonly}]>
<input type="text" class="editinput" size="21" maxlength="[{$edit->oxshops__oxlname->fldmax_length}]" name="editval[oxshops__oxlname]" value="[{$edit->oxshops__oxlname->value}]" [{$readonly}]>
[{oxinputhelp ident="HELP_ENERAL_NAME"}]
[{oxinputhelp ident="HELP_GENERAL_NAME"}]
</td>
</tr>
<tr>
Expand Down

0 comments on commit 9edd976

Please sign in to comment.