When logged in as a Super User, new issues added from the front end fails. The page refreshes with the URL containing all data to be submitted, and returns to the issue list, but the issue is not added.
Once it is working, the fields will be mostly similar between the two views. If there are fields that make no sense to display on the add screen, they won't be there. We're trying to improve the UI as part of this, so keeping the screen clean of extra junk is a goal.
OK, it's working for the required title and description fields. Needs testing with everything else though, but it's progress!
How adding issue from frontend ir meant to be working? Category, build and easy fields are not shown in edit view.
Saving in edit view is not working either.
I noticed that in /plugins/editors/kisscontent onDisplay method [ ] symbols are removed (in line 140 and 141), that prevents description to be saved. By commenting them out description is saving.