Skip to content
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

user interface: pickup library instead of pickup location #278

Merged
merged 1 commit into from
May 6, 2019

Conversation

jma
Copy link
Contributor

@jma jma commented May 6, 2019

  • BETTER Replace pickup location by pickup library in the patron profile and circulation ui.
  • BETTER Remove useless column in the patron profile.
  • Changed name variable to be more clear.

Signed-off-by: Johnny Mariéthoz [email protected]

To Test

  • boostrap

* BETTER Replace pickup location by pickup library in the patron profile and circulation ui.
* BETTER Remove useless column in the patron profile.
* Changed name variable to be more clear.

Signed-off-by: Johnny Mariéthoz <[email protected]>
@jma jma requested review from iGormilhit and BadrAly May 6, 2019 10:15
Copy link

@BadrAly BadrAly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be consistent, you may want to change this as well:

<h6 class="dropdown-header">{{ _('Select a Pickup Location') }}</h6>
to:
<h6 class="dropdown-header">{{ _('Select a Pickup Library') }}</h6>
in
modules/documents/templates/rero_ils/detailed_view_documents.html

Other than that, approved.

Copy link

@iGormilhit iGormilhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are ok. Code is nice. And, from my point of view, the UI is ok too.

@jma
Copy link
Contributor Author

jma commented May 6, 2019

Select a Pickup Location
To be consistent, you may want to change this as well:

<h6 class="dropdown-header">{{ _('Select a Pickup Location') }}</h6>
to:
<h6 class="dropdown-header">{{ _('Select a Pickup Library') }}</h6>
in
modules/documents/templates/rero_ils/detailed_view_documents.html

Other than that, approved.

Here location is from the user point of view, not the Location instance class.

@jma jma merged commit ee3c79f into rero:dev May 6, 2019
@jma jma deleted the maj-#837-replace-pickup-location branch May 15, 2019 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants