We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
URL which triggered the bugreport is: /phone_books/2/phone_book_entries/1 GS5 buildname: 1303251159 (5.1.3-master)
Clicking on a phone number in a phone book redirects to the user's own home page instead of originating a call. Doing so as "admin" seems to work.
"production.log" remains empty.
Probably an issue with "abilities" ?
The text was updated successfully, but these errors were encountered:
Please provide the exact location (line number and filename) in the view file where this link - which is clicked - is.
Sorry, something went wrong.
Link as displayed in the browser's status bar: http://192.168.0.150/phone_book_entries/1/phone_numbers/1105/call
filename: app/views/phone_book_entries/show.xml.haml line: 90
= link_to phone_number, call_phone_book_entry_phone_number_path(@phone_book_entry, phone_number), :method => :put, :title => t('phone_numbers.show.actions.call')
Could it be an issue within abilities.rb ?
wintermeyer
No branches or pull requests
URL which triggered the bugreport is: /phone_books/2/phone_book_entries/1
GS5 buildname: 1303251159 (5.1.3-master)
Clicking on a phone number in a phone book redirects to the user's own home page instead of originating a call. Doing so as "admin" seems to work.
"production.log" remains empty.
Probably an issue with "abilities" ?
The text was updated successfully, but these errors were encountered: