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

Change batches labels #23

Open
IsraelBuitronD opened this issue May 23, 2011 · 0 comments
Open

Change batches labels #23

IsraelBuitronD opened this issue May 23, 2011 · 0 comments

Comments

@IsraelBuitronD
Copy link
Owner

  • Find all select tags which display batch objects.
  • Change them to display string returned by name_for_label method. Note this method is available since commit 5d4d9eb.

For example:

  • Old usage: options_from_collection_for_select(@batches, :id, :name).
  • New usage: options_from_collection_for_select(@batches, :id, :name_for_label).
@ghost ghost assigned upekshamati May 24, 2011
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

No branches or pull requests

2 participants