-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conferences should be displayed with number, place and date #338
Comments
Just a dummy question, with type bf:Meeting, the role is mandatory in the editor, is that right? If yes, I will display something like this?:
And |
Yes, the role is always mandatory. Indeed, it is not relevant to display it in the case of bf:Meeting. If you want to implement this exception, you are welcome, but it is not that important. |
Thanks! |
This commit displays the complete meeting information, with number, place and date. * Creates a view filter to format contribution display. * Adds the formatted text before serialization. * Removes the formatted text before JSON loading. * Displays the formatted text in record detail view. * Registers the i18n extension in API application, to make the translations available. * Closes #338. Co-Authored-by: Sébastien Délèze <[email protected]>
Problem
Conferences are display with only their name.
Expected behaviour
They should be displayed as follows:
Name (Number : Date : Place)
This concerns the public and professional views AND the brief and detailed views.
Example: http://data.rero.ch/01-1983505/html
The text was updated successfully, but these errors were encountered: