Added by cms admin over 13 years ago
Hi there,
I'm trying to define mandatory fields when creating a new issue in the following way:
- opening app\models\issue.rb
- editing the line "validates_presence_of" (replaced ":tracker" by ":category")
- restarting the server
Unfortunately it doesn't work, nothing is changing and I can't see why...
Can anyone please give me a hand with this one?
Cheers.
It is working after all, the only thing I couldn't change was the * indicating that this is a required field!