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
After i uploaded a file an try to render the preview i get follwoing error:
ActionView::Template::Error (undefined method link_to_attachment_with_preview' for #<#<Class:0x561c7d>:0x1686948>): 1: <div class="attachments"> 2: <% for attachment in attachments > 3: <p><= link_to_attachment_with_preview attachment, :class => 'icon icon-attachment', :download => true -> 4: <= h(" - #{attachment.description}") unless attachment.description.blank? > 5: <span class="size">(<= number_to_human_size attachment.filesize >)</span> 6: < if options[:deletable] %> app/views/common/_tabs.html.erb:24:in_app_views_common__tabs_html_erb__881774298_162860' app/views/common/_tabs.html.erb:23:in _app_views_common__tabs_html_erb__881774298_162860' app/helpers/application_helper.rb:263:inrender_tabs'
link_to_attachment_with_preview' for #<#<Class:0x561c7d>:0x1686948>): 1: <div class="attachments"> 2: <% for attachment in attachments > 3: <p><= link_to_attachment_with_preview attachment, :class => 'icon icon-attachment', :download => true -> 4: <= h(" - #{attachment.description}") unless attachment.description.blank? > 5: <span class="size">(<= number_to_human_size attachment.filesize >)</span> 6: < if options[:deletable] %> app/views/common/_tabs.html.erb:24:in
_app_views_common__tabs_html_erb__881774298_162860' app/helpers/application_helper.rb:263:in
The text was updated successfully, but these errors were encountered:
This is a cross plugin plugin with redmine_people plugin if i try to add file to use context.
See also http://redminecrm.com/boards/16/topics/392-bug-errors-calling-peope-enitity-after-having-uploaded-one-file-in-my-profile
Sorry, something went wrong.
This is still an issue an unsolved!
No branches or pull requests
After i uploaded a file an try to render the preview i get follwoing error:
ActionView::Template::Error (undefined method
link_to_attachment_with_preview' for #<#<Class:0x561c7d>:0x1686948>): 1: <div class="attachments"> 2: <% for attachment in attachments > 3: <p><= link_to_attachment_with_preview attachment, :class => 'icon icon-attachment', :download => true -> 4: <= h(" - #{attachment.description}") unless attachment.description.blank? > 5: <span class="size">(<= number_to_human_size attachment.filesize >)</span> 6: < if options[:deletable] %> app/views/common/_tabs.html.erb:24:in
_app_views_common__tabs_html_erb__881774298_162860'app/views/common/_tabs.html.erb:23:in
_app_views_common__tabs_html_erb__881774298_162860' app/helpers/application_helper.rb:263:in
render_tabs'The text was updated successfully, but these errors were encountered: