Vote #71015
完了Can't remote add new categories
0%
説明
There are 2 issues with remote add categories in issues (the (+) button next to categories when update issues):
- If categories is empty, there's no way to add a new one
- I have an error where name can't be blank
journals
Fixed in https://github.com/edavis10/redmine/pull/48
--------------------------------------------------------------------------------
Philippe Lafoucrière wrote:
> There are 2 issues with remote add categories in issues (the (+) button next to categories when update issues):
>
> * If categories is empty, there's no way to add a new one
Yes, in project setting.
> * I have an error where name can't be blank
AFAIK, a category has just a name?
--------------------------------------------------------------------------------
yes, I can add them from project setting, but why would it be different for the first category ?
Also, about category name, please see :
!cat1.png!
!cat2.png!
thanks
--------------------------------------------------------------------------------
Philippe Lafoucrière wrote:
> yes, I can add them from project setting, but why would it be different for the first category ?
It's a simple way to hide the Category field (or Version field) to people who don't need it.
> Also, about category name, please see :
>
> !cat1.png!
> !cat2.png!
>
> thanks
Got the same issue. What's your Redmine version?
--------------------------------------------------------------------------------
I'm using redmine devel (r8091). The problem appeared 2 weeks ago approximately.
thanks
--------------------------------------------------------------------------------
Guess it's due to r7881, guess that the error is in @IssueCategoriesController#create@.
Version field works fine.
--------------------------------------------------------------------------------
Fixed in r8096 and merged in 1.3-stable.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------