-
Notifications
You must be signed in to change notification settings - Fork 35
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
coverage search for user #1863
coverage search for user #1863
Conversation
@@ -18,6 +18,7 @@ import {Row, SelectUserInput} from '../../../UI/Form'; | |||
import {EditorFieldNewsCoverageStatus} from '../NewsCoverageStatus'; | |||
import * as config from 'appConfig'; | |||
import {getLanguagesForTreeSelectInput} from '../../../../selectors/vocabs'; | |||
import {SelectUser} from 'superdesk-core/scripts/core/ui/components/SelectUser'; |
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.
It would be ideal not to directly import anything from superdesk-core
, instead we can import components from the SuperdeskAPI (see: https://github.com/superdesk/superdesk-client-core/blob/develop/scripts/core/superdesk-api.d.ts#L1810).
@dzonidoo E2E tests need to be fixed |
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.
@dzonidoo fix that import Mark pointed out
SDBELGA-752