Deface looking for missing _limit partial
rsiddle opened this issue · 5 comments
Deface appears to be looking for a missing partial called 'limit':
app /overrides /views_decorator.rb
Deface::Override.new(:virtual_path => "spree/admin/general_settings/edit",
:name => "admin_general_settings_edit_for_sc",
:insert_before => "[data-hook='buttons']",
:partial => "spree/admin/store_credits/limit",
:disabled => false)
Please could you include it.
Regards,
Ryan
This issue is also occurring for me. Using branch 1-3-stable. view_decorator.rb declares override on admin general settings and looks for the "limit" partial, which is not included.
would you mind providing a pull request to fix this?
I would but I have no clue what is supposed to be in the missing limit partial. The file doesn't exist.
I could provide a pull that disables the deface override.
On Feb 16, 2013, at 5:34 PM, Jeff Dutil notifications@github.com wrote:
would you mind providing a pull request to fix this?
�
Reply to this email directly or view it on GitHub.
Sent separate pull request. Wasn't sure how to attach to this issue, so it automatically created another issue. Apologies!
Merged, thanks.