"Overwrite user fields in view" variable not setting in admin page

erikwebb - May 14, 2009 - 19:28
Project:RealName
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

The view setting on the RealName admin page was not being set after submitting the page. I discovered the problem as it was simply left off of the actions done upon the submission. I've attached a patch that takes care of this. It just adds one line -

variable_set('realname_view', $form_state['values']['realname_view']);

AttachmentSize
realname-fix-admin-view-variable.patch681 bytes

#1

erikwebb - May 19, 2009 - 16:19
Status:active» needs review

#2

dicreat - May 24, 2009 - 07:25

Patch works fine for me, thanks.

#3

black silence - June 15, 2009 - 12:00
Status:needs review» reviewed & tested by the community

works

#4

Dane Powell - July 30, 2009 - 12:50

I can also confirm that it works.

#5

NancyDru - October 1, 2009 - 15:28
Status:reviewed & tested by the community» fixed

Fixed by #579040: Some bugfixes.

#6

NancyDru - October 14, 2009 - 23:13
Status:fixed» closed

Included in 6.x-1.3

 
 

Drupal is a registered trademark of Dries Buytaert.