Brian Riley

Results 113 comments of Brian Riley

Ran tests against this code which resulted in: ```shell 00:14 bundler:install 01 bundle install --path /my/application/shared/bundle --jobs 4 --with aws_s3 --without pgsql development test --deployment --quiet ```

Agreed that the line looks strange. Thanks for investigating and finding the root of the issue @nicolasfranck. It looks like it is only used in conjunction with a modal window...

Just noting here that the TinyCME plugin called 'paste' that we used to help retain formatting is no longer a part of the free version of TinyMCE and we have...

Hi @yeehengteh it sounds like the `org_partial` mentioned in the error is not getting all of the information it needs. The particular one is expecting an array of Org objects....

Glad to hear you were able to make progress @yeehengteh. SSO providers should never send a user's password back to the application. The gem we use to manage the application's...

yes, that is a possibility. They can also use the 'forgot password' link to change that random password if they choose to (although they would still need to have access...

Hi @yeehengteh the processing of the Org record can be found in the [OrgSelectable concern](https://github.com/DMPRoadmap/roadmap/blob/main/app/controllers/concerns/org_selectable.rb) and the [HashToOrg service](https://github.com/DMPRoadmap/roadmap/blob/main/app/services/org_selection/hash_to_org_service.rb). You will need to change your hidden field so that the...

No, those bit flags are more complicated. In this case you'd want to use 9. Here is how it works: ``` # 01 - for_authentication # 02 - for_orgs #...

Agree that this would be a good change. We should stay up to date with the latest trends. It will however require a lot of testing since our current code...

Need to investigate how and where the plan_exports table is used. If it is no longer important we should consider removing it