Opening an issue to upgrade regcode for Views 3.
I just tested with views 3 alpha 3 and while the bulk operation view is shown, there is an issue with sending [regcode] token which is empty.
Opening an issue to upgrade regcode for Views 3.
I just tested with views 3 alpha 3 and while the bulk operation view is shown, there is an issue with sending [regcode] token which is empty.
Comments
Comment #1
lasconic commentedThere are two problems :
I got the following message:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1 query: regcode_load /* admin : regcode_load */ SELECT * FROM regcode WHERE LIMIT 1I fix it by changing is_int by is_numeric in regcode_load. Unfortunatly, it means you can't have 100% numeric codes.
Comment #2
aidanlis commentedHrm ... although the first is quite easy to solve, the second is much harder as it requires an API change.
Comment #3
aidanlis commentedOkay, this should be done! I'm sure the change regcode_load will introduce bugs somewhere but everything appears to work.
Comment #4
aidanlis commented