unee-t / frontend

Meteor front end
https://case.dev.unee-t.com/
GNU Affero General Public License v3.0
9 stars 17 forks source link

More case fields editable #851

Closed nbiton closed 5 years ago

nbiton commented 5 years ago

Resolves #831 Resolves #832

franck-boullier commented 5 years ago

@nbiton I have an endless loading page when trying to access a case

How to replicate the Issue:

image

franck-boullier commented 5 years ago

More information: After 3mn the page finally loaded.

Other error - Impossible to change the fields:

How to replicate the issue

nbiton commented 5 years ago

@franck-boullier I managed to inch closer to the source of the problem (edit rejected). When we update the bug with BZ API, it responds with a 200 success http code, but contains the following error message: "'Can\'t locate object method "prepare_cached" via package "Bugzilla::DB::Mysql" at /opt/bugzilla/Bugzilla/Bug.pm line 4431.\n'"

Any idea what is causing this? (or @kaihendry ?)

kaihendry commented 5 years ago

I'm guessing this is from https://dashboard.dev.unee-t.com/? Be good if you could document the erroneous request in Postman and save the response too if possible.

It could be because of the WIP of https://github.com/bugzilla/bugzilla/pull/79 which is only in dev atm. I guess there is no way to try in demo to be sure?