-
Notifications
You must be signed in to change notification settings - Fork 13
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
editor: link persons to source instead of MEF #269
Conversation
a1fdf2c
to
da271e7
Compare
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
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.
Please remove PR dependency mention in the commit and also unnecessary blank line and the 'r' at the end.
da271e7
to
015a21b
Compare
Tested locally (rero-ils PR972 + rero-ils-ui PR269) I have created a new document (import EAN 9782035930910) I have saved the new record But in the document view, the author name is NOT displayed in the professional view |
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.
with rero-ils PR972 + rero-ils-ui PR269, the authors are not displayed anymore in the professional view.
Could you fix that please ?
(There is no problem in the public view).
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
@rerowep I can confirm this. |
projects/admin/src/app/record/editor/remote-autocomplete/remote-autocomplete.component.ts
Outdated
Show resolved
Hide resolved
}); | ||
return names; | ||
}) | ||
); | ||
} | ||
|
||
getNameRef(metadata, source, query) { |
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.
missing documentation
}; | ||
} | ||
|
||
getNameSource(source) { |
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.
missing documentation
015a21b
to
24c6f19
Compare
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
Fixed |
24c6f19
to
7cca52e
Compare
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
7cca52e
to
932e24b
Compare
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
* Links documents to the source authority file, such as GND or IdRef, through the MEF server, instead of the MEF clusterized record. This is needed to provide a stable link to the authority. My PR depends on the following `rero-ils`'s PR(s): * rero/rero-ils-ui#269 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
through the MEF server, instead of the MEF clusterized record. This
is needed to provide a stable link to the authority.
My PR depends on the following
rero-ils
's PR(s):Co-Authored-by: Peter Weber peter.weber@rero.ch
Why are you opening this PR?
How to test?
Code review check list