Jon Johnson

Results 74 issues of Jon Johnson

We're currently hard coding a 7 days time at https://github.com/ilios/common/blob/master/addon/components/ilios-calendar-event.js#L73 This should be configurable by school.

When adding a new material, or searching for and then adding a material to a course we should immediately transition to the manager screen so the user can set status...

This would allow a learner group structure to be copied into a different cohort.

Adding a group to a lot of sessions is painful and requires a lot of clicks. We should make this easier to do.

Enhancement

The editor for description and instructional notes on session overview is only half sized until it has enough content to take up the full width of the page. It grows...

Enhancement
UI

Currently all of our tokens pickup a users permissions from their ID and current permissions. It should be possible to create tokens which have narrower scope such as read only...

Enhancement

Looks like we'd be better served with https://simplabs.github.io/ember-error-route/

Enhancement
UI

Firefox ESR is important to us to support, but has some overlap when a new version is released that isn't covered by Ember's browser support policy. We probably need to...

``` import { computed } from '@ember/object'; const Foo = EmberObject.extend({ authors: computed('post.comments.authorName', async function () { let comments = await this.post.comments; return comments.mapBy('authorName'); }), }); ``` is transformed into:...

backport #8113 to release

changelog:bugfix
backport-release