Jeanine Soterwood

Results 56 comments of Jeanine Soterwood

@compwron I think the last controller that needs to be fixed is the `other_duties` controller. I'm a little confused about that feature though. I see a link to the `other_duties#index`...

@compwron never mind! I found details in #3556

Hi @mussajoop this is actually a quite complicated ticket because it involves a major redesign of some of our database tables and models. If you would like to work on...

Yes, that would be great. We can coordinate on CASA slack. This will probably be a several PR ticket!

I'm going to see if I can finish up this PR.

I'm trying to write a spec for `Administrate::Field::RichText`, and within it trying to create a RichText object that I can pass: `action_text = ::ActionText::RichText.new(body: "Foo")`, but I get `uninitialized constant...

@pablobm thanks for your thoughts on this! I got it to work by putting `require "action_text/engine"` in `lib/administrate/engine.rb`.

Here is an example of a customized search with enum where the enum field cannot be null: ``` # app/models/source_file.rb class SourceFile < ApplicationRecord enum :status, [:pending, :completed] end ```...

Will look into the failing tests, some of them are not failing for me locally :(

@nickcharlton I will see if I can find time to work on this second week of January. Might go faster if I can find time to pair with you or...