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
if you changed only edit or new you should convert the other one too
use bindings not ManageIQ.angular.app.value('something', @something);
change fromManageIQ.angular.app.value('something', @something); to %some-component{'something' => @something}but use names from your files See here
controller is in component file
see this commit to see how to do it. Do not copy anything from there.
network.rb isn't changed
any change to network.rb is wrong. If you don't know how to remove it or you have more changes in commit that adds it make new commit where you only remove the changes. Or rebase.
only one new file in views/static/
no Ruby variables in views/static/
anything with @ or local Ruby variable should be passed via bindings, controller_name as well
using repository anywhere is big no-no.
The text was updated successfully, but these errors were encountered:
Checklist:
ManageIQ.angular.app.value('something', @something);
ManageIQ.angular.app.value('something', @something);
to%some-component{'something' => @something}
but use names from your filesSee here
network.rb
is wrong. If you don't know how to remove it or you have more changes in commit that adds it make new commit where you only remove the changes. Or rebase.views/static/
views/static/
@
or local Ruby variable should be passed viabindings
,controller_name
as wellrepository
anywhere is big no-no.The text was updated successfully, but these errors were encountered: