Signed-off-by: Brice Gelineau <brice.gelineau@polytechnique.org>
* Search:
- #1574: Correctly displays State corps -GLN
+ * Validations:
+ - #1571: Fixes the opening of the comments panel -GLN
+
* XnetEvent:
- #1577: Fixes alternative payements given by admins -GLN
- #1578: Fixes deletion of people inscriptions -GLN
public function id()
{
- return $this->user->id() . '_' . $this->type . '_' . $this->stamp;
+ return str_replace(" ", "_", $this->user->id() . '_' . $this->type . '_' . $this->stamp);
}
// }}}