-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/institutional access #2471
Conversation
…er-osf-web into institutional-access-user-message-modal * 'develop' of https://github.com/CenterForOpenScience/ember-osf-web: Update CHANGELOG, bump version [ENG-5024] Feature/dashboard b and i (#2429) # Conflicts: # app/institutions/dashboard/-components/institutional-users-list/component.ts
…message-modal [ENG-6665] Add user messaging modal to user's tab on institutional dashboard
…terForOpenScience/ember-osf-web into institutional-access-project-request-modal * 'feature/institutional-access' of https://github.com/CenterForOpenScience/ember-osf-web: use proper Ember input tags, remove extra close modal command make message types an enum update language and fix modal closing bug. update to fit Product language and styling add checkboxes for reply-to and ccing Add type annotations for belongs to update text area for Ember type area update sendMessage to task fix label for message box add aira-label. fix en-us typo Add user messaging modal to user's tab on institutional dashboard
…er-osf-web into institutional-access-project-request-modal * 'develop' of https://github.com/CenterForOpenScience/ember-osf-web: Bump version no. Add CHANGELOG. Feature/share download integration (#2457)
…er-osf-web into institutional-access-project-request-modal * 'develop' of https://github.com/CenterForOpenScience/ember-osf-web: Update CHANGELOG, bump version Fix funder column propertyPathKey Bump version no. Add CHANGELOG. Feature/share download integration (#2457)
…github.com/CenterForOpenScience/ember-osf-web into institutional-access-project-request-modal * 'institutional-access-project-request-modal' of https://github.com/CenterForOpenScience/ember-osf-web: integrations fixes and refactors Update CHANGELOG, bump version Fix funder column propertyPathKey Bump version no. Add CHANGELOG. Feature/share download integration (#2457) Bump version no. Add CHANGELOG. Feature/share download integration (#2457) add Project request modal with user messaging tab to the institutional dashboard # Conflicts: # app/institutions/dashboard/-components/object-list/component.ts # app/institutions/dashboard/-components/object-list/template.hbs # app/models/node-request.ts
…ct-request-modal [ENG-6669] Institutional Access project Request Modal
[IAC][Bug] Fix User Messaging Tab Adapter Bug
Feature/institutional access
Pull Request Test Coverage Report for Build 12836329841Details
💛 - Coveralls |
@@ -10,6 +11,7 @@ import InstitutionModel from 'ember-osf-web/models/institution'; | |||
import InstitutionDepartmentsModel from 'ember-osf-web/models/institution-department'; | |||
import Analytics from 'ember-osf-web/services/analytics'; | |||
import { RelationshipWithLinks } from 'osf-api'; | |||
import {MessageTypeChoices} from 'ember-osf-web/models/user-message'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spaces
app/institutions/dashboard/-components/object-list/component-test.ts
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/object-list/component.ts
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/object-list/component.ts
Outdated
Show resolved
Hide resolved
revert/restore old code
fix typo and fix issue preventing pop-up modal from popping up
fix issue with not including error response codes in payload
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just super minor nits that you don't need to address. Looks great!
import OsfAdapter from './osf-adapter'; | ||
|
||
export default class NodeRequestAdapter extends OsfAdapter { | ||
@service session; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: doesn't look like you need this line and any imports for it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Johnetordoff This looks like it's still there, but you marked it as resolved without additional comment. What's going on with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I must have missed it sorry, let me remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And it looks like the percy changes are just RNG text/image jitter, so I can approve it whenever we are ready to merge this to develop |
update translation to remove html tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found one thing, and also please do the small things that Futa found.
app/institutions/dashboard/-components/object-list/contributors-field/component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll get the last service import removed post-release.
@futa-ikeda This is ready to go to develop. Could you approve Percy? |
Purpose
Summary of Changes
Screenshot(s)
Side Effects
QA Notes