Jason Frey

Results 678 comments of Jason Frey

Waiting on response from @gtanzillo

Last time this happened it was actually because the Save and Cancel buttons were pushed off of the bottom of the page. I think the inner frame height was adjusted....

Closing in favor of duplicate issue https://github.com/ManageIQ/manageiq/issues/21992.

@jrafanie @kbrock Can we do specific RBAC on specific catalogs via tenancy? Is this maybe a bug with the Additional Tenants section? cc @jeffibm since you are redoing this page

I believe it's https://github.com/ManageIQ/manageiq-automation_engine/blob/master/lib/miq_automation_engine/service_models/mixins/miq_ae_service_miq_request_mixin.rb#L6-L8 Note that it's in the manageiq-automation_engine repo

You're going to have to write a get_option_array on the server side as well in the MiqRequestMixin. Something similar to get_option but without the `.first`: ```ruby def self.get_option_array(key, value, from)...

@kTipSSIoYv Edited my response above with some more explanation. > Do you mean that object_send calls get_option from MiqRequestMixin? That makes sense now. I'll try that. Yes exactly. They work...

@kTipSSIoYv Can you submit your patches as a set of pull requests? From the discussion here they seem simple enough, and get_option_array seems like a reasonable addition to the project.

Is this something we can add to ruby gettext?

2.5. Continue to generate the file as is, but strip the line numbers in a post generate task. We may have to dedup some file references (where the same string...