Jeffrey Bonson
Jeffrey Bonson
> Debugging - > > While trying to put the codes back - I got stuck in here -[application_controller/ dialog_initialize ](https://github.com/ManageIQ/manageiq-ui-classic/blob/cf29c3a96b578b48e11889c2fee5ad6beb539ad0/app/controllers/application_controller/dialog_runner.rb#L158) > > says `FATAL -- : SystemStackError (stack level...
Fixes - https://github.com/ManageIQ/manageiq-ui-classic/pull/8930
Debugging in master branch ... after hitting '`Retire the service`' button from the Service show page/ `Lifecycle` / , we get a confirmation dialog box then, a post request is...
Hey @agrare , @Fryguy , I was testing this issue in local env and below are my findings- https://github.com/ManageIQ/manageiq/assets/87487049/a88ac9ed-7caf-4cc9-8ac6-436d0e5a2271 **Params** - When we click on the `Lifecycle / Provision` button,...
> So does that mean that we are not properly determining if this is an infra or cloud provision? Is there another type? Hi @kbrock , I couldn't find any...
Need help in debugging this - Steps I went through - - I created a permission set mentioned in the above screenshot, - assigned to a user, - and logged...
> Tested this with the UI pr: [ManageIQ/manageiq-ui-classic#9059](https://github.com/ManageIQ/manageiq-ui-classic/pull/9059) and everything is working good Hey @kbrock , this PR looks ok. Since it's been open for a while, I have rebased...
Hey @Fryguy , implementing a search bar will be a time-consuming task much more than this. https://github.com/ManageIQ/manageiq-ui-classic/pull/9159. Possible ToDo's- - Reuse the react component (from the above PR) right above...
> Hi @jeffibm, Hey @Rajkannan-2252 , Adding the component directly is not enough :) You will have to improvise a bit to make it work. I only suggested that you...
> Hello @jeffibm > > "Based on our previous pull request, we're looking to incorporate the code snippet for the filter_with_name method. You can find it at this location: >...