Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Issue information

  • #000474

  • 0 - None Assigned

  • Fixed

  • 3.2.0

  • 3.2.1


Issue Confirmations

  • Yes (0)No (0)
Photo

Custom fields issue

Posted by Michael on 15 August 2011 - 12:11 AM

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:
$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.

changed status to: Fixed
changed fixed-in version to: 3.2.1





1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users