GEWIS / gewisweb

GEWIS Website

Home Page:https://gewis.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Alnum` validator too strict for `Album` names

tomudding opened this issue · comments

Current behaviour

'name' => Alnum::class,
'options' => [
'allowWhiteSpace' => true,
],

This does not allow for -, :, ., '', "" in Album names, while this should be possible.

Desired behaviour

No response

Steps to reproduce

Try to create album with a . in its name, this does not work

Website version

637a3da

What operating are you seeing the problem on?

No response

What browsers are you seeing the problem on?

No response

Other information

Originally reported by the IAO.