User tests: Successful: Unsuccessful:
The New Issue form would be submitted before being completed by the JS.
mbabker,
You are right. I was thinking have the backend class defined separately, pull a different class for project selection?
Yes, this looks like an intent of mine to simplify..
Actually the class name itself is very misleading (also my fault ;)) and might be better JHtmlFields
or even better JHtmlTrackerFields
since JHtmlProjects::checkbox()
sounds somewhat strange..
Since we are still at an early stage this should not be a problem.
The fix here prevents a js error when changing the selects - good ;)
Hmm, I was just about to merge the first commit - would you like this to stay open a bit more ?
Hello elkuku,
I've added a few more commits and finished now. The other commits allows the fetching of the Category ID and merging it into the Data Array. Setting the category ID accordingly :) which it was not doing.
It's good to see a project like this!
I think this is required for the backend to work right. So, maybe for the front end, we need to specify the JS param? @elkuku am I on the right track?