lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

Fix unhidden field by changing wrong block_prefix param #15

Closed soullivaneuh closed 11 years ago

soullivaneuh commented 11 years ago

Field was unhidden because of vrong block_prefix parameter, this PR will fix that.

Tested only on SF2.3, maybe the symfony version is the origin of this issue ?

Fix ticket #14.

ibasaw commented 11 years ago

thank you !

cedric-g commented 11 years ago

thx :smiley:

soullivaneuh commented 11 years ago

Did you check that with sf 2.1 and 2.2 ? Maybe will cause the problem to. You should find another solution or put more restrictive version choice for your next stable version in composer...

cedric-g commented 11 years ago

No, but we need to find a better solution than relying on field.vars.block_prefixes[].

soullivaneuh commented 11 years ago

Yeah, this is a good idea ! :p