Jeffrey Bonson
Jeffrey Bonson
We have to make a lot of changes in the code base to bring the search feature to the` Provision instance - select an image` page. When we are on...
> Hi @jeffibm Thanks for the update. > > If it is possible, connect the search feature in the **hide deprecated** checkbox, which is doing a filtering process. > >...
the `eligible_for_provisioning` and `non_deprecated` are `scope` methods added to the query. We can't make a similar approach. not sure how to pass a value to those methods, but I believe...
> Hi @jeffibm This is a high-priority issue for us. > > Anything possible to add a search feature for the Provision instance: Select an image page. Hey @Rajkannan-2252 ,...
Hey @Rajkannan-2252 , I raised a PR for this recently, and is up for review. Could you see the videos posted in the PR below and confirm if this is...
Hey @eggoide, could you provide some screenshots from the UI so that I can pinpoint on debugging this?
> > Hey @eggoide, could you provide some screenshots from the UI so that I can pinpoint on debugging this? > > Hi, sure, what screenshot do you need? However,...
Debugging - In my local environment's `master` branch, the `Retire Service` button click event is working and its being redirected to another page as expected. However, the service I used...
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 too deep):` Seems like there...
Debugging - if `ResourceActionWorkflow.new` is through, it is supposed to run `replace_right_cell(:action => "dialog_provision", :dialog_locals => options[:dialog_locals])` (This function is now removed though...) and then the file `app/views/shared/dialogs/dialog_provision.html.haml` must be...