Merge: Opportunity
authorJean Privat <jean@pryen.org>
Wed, 29 Oct 2014 00:11:46 +0000 (20:11 -0400)
committerJean Privat <jean@pryen.org>
Wed, 29 Oct 2014 00:11:46 +0000 (20:11 -0400)
commitc59191300619dafa8205d971100bcbe04bbe21b8
treebc7311888ba19c91c5d6e1a648d69868e5cc7235
parenta97e7e7c631ad99d7f709297fd85d2691fdb1172
parent876193bda793e9cab28fbe9adc3ec364af6a52a5
Merge: Opportunity

Addresses a few issues mentionned  in #811 :
- Return to the meetup creation page when the creation fails (auto-complete fields with old info)
- Use real buttons for the addition/deletion of an attendee to a Meetup
- Forbid creation of a Meetup without at least one answer

I also added feedback when an error is produced when creating the Meetup via a system similar to what @xymus does for Benitlux.

There were a few bugs hidden in the code, the update of the compiler with checks on useless null tests has revealed two of them.

Pull-Request: #850
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>