DevFuse Products (View All Products)
Issue information
-
#000474
-
0 - None Assigned
-
Fixed
-
3.2.0
-
3.2.1
Issue Confirmations
-
Yes (0)No (0)
A few confirmed issues with the new custom fields:
1. Rebuild Fields don't work as desired.
2. Field name will be left empty on new fields.
Manual Patch:
Open admin/applications_addon/other/contact/modules_admin/manage/manage.php
Find:
Replace With:
Save admin/applications_addon/other/contact/modules_admin/manage/manage.php.
1. Rebuild Fields don't work as desired.
2. Field name will be left empty on new fields.
Manual Patch:
Open admin/applications_addon/other/contact/modules_admin/manage/manage.php
Find:
$save['name'] = IPSText::makeSeoTitle( $this->request['title'] );
Replace With:
$save['name'] = $this->request['name'] = IPSText::makeSeoTitle( $this->request['title'] );
Save admin/applications_addon/other/contact/modules_admin/manage/manage.php.
1 user(s) are reading this issue
0 members, 1 guests, 0 anonymous users











