You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this in the middle of rubocop fix:
Running rspec ./spec/features/plans/exports_spec.rb after fixing the export_plan.rb are seeing following issue:
May need to discuss this with the main code team, since it seems that we are using different data properties to define some export setting
The text was updated successfully, but these errors were encountered:
Fixed by change the line 4 of _plan_text.erb to <%= Array(@hash[:attribution]).many? ? _("Creators: ") + Array(@hash[:attribution]).join(", ") : _('Creator:') + @hash[:attribution] %>. The commit will be part of #264 PR. Close this issue as completed.
Found this in the middle of rubocop fix:
Running
rspec ./spec/features/plans/exports_spec.rb
after fixing theexport_plan.rb
are seeing following issue:May need to discuss this with the main code team, since it seems that we are using different data properties to define some export setting
The text was updated successfully, but these errors were encountered: