Project

General

Profile

Defining mandatory fields when creating a new issue

Added by cms admin almost 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.


Replies (2)

RE: Defining mandatory fields when creating a new issue - Added by cms admin almost 13 years ago

It is working after all, the only thing I couldn't change was the * indicating that this is a required field!

    (1-2/2)