Welcome Guest, Not a member yet? Register   Sign In
same rule for is_unique when editing and adding entries
#2

[eluser]Tominator[/eluser]
I'm solving that problem by copying rules (showed below) in my form_validation config:

Code:
// after setting post/create rules

$config['post/update'] = $config['post/create'];
$config['post/create'][0]['rules'] .= '|is_unique[post.title]';


Messages In This Thread
same rule for is_unique when editing and adding entries - by El Forum - 02-22-2012, 03:14 AM
same rule for is_unique when editing and adding entries - by El Forum - 02-22-2012, 10:35 AM
same rule for is_unique when editing and adding entries - by El Forum - 02-22-2012, 06:11 PM
same rule for is_unique when editing and adding entries - by El Forum - 05-04-2012, 07:20 AM
same rule for is_unique when editing and adding entries - by El Forum - 09-30-2012, 04:10 PM
same rule for is_unique when editing and adding entries - by El Forum - 09-30-2012, 05:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB