strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
115 stars 36 forks source link

manually editing pid count number does not always working as expected. #1586

Closed cgole closed 9 years ago

cgole commented 9 years ago

When I select the current pid count number and enter a new number, it should work. But right now, this is very random. for eg - If I try to change from 1 to 3, it will pick 13 instead of 3

I see this a lot but it works sometimes

cgole commented 9 years ago

Note : if you use the pid count selector and edit the number slowly and carefully it might work, but we should definitely make it more solid

anthonyettinger commented 9 years ago

Please test, sean submitted a fix

seanbrookes commented 9 years ago

this should be resolved with the latest on master

cgole commented 9 years ago

there is still a small problem with this. Lets say the pid count is 1 and I change it to 12. In the PM arc UI, the pid count goes back to 1 (from 12) and then increases as the pids are added. I think we should let the count stay at 12 and instead have some indication that the processes are being added.
But the functionality is there. The pid count eventually gets set to when I want it to be.