jow- / luci-ng

LuCI on Angular
84 stars 26 forks source link

static routing page #19

Closed feckert closed 8 years ago

feckert commented 8 years ago

@jow- I am working on a static routing page. And i am using your l2.cbi.js class for the first time. I have added the related options and the save button works. luci2 calls the uci add rpcd works as expected and i can see this witch ubus call uci changes '{"config":"network"}'

During development i have notices mybe some problems with the rpcd uci call back.

What is the problem? Or do i do something wrong

Kind Regards

Flo

jow- commented 8 years ago

Usually each login session uses a different uci staging directory so you shouldn't see changes made by LuCI on the cli. Are you sure that you didn't actually do the same changes twice? Once on the cli for testing and once on the ui or something like that?

feckert commented 8 years ago

@jow- Sorry for the noice :-).

I did not recognized, that there is a separate staging area for every ubu_rpc_session.