From: Eduardo Ramos Testillano (eramedu) Date: Fri, 15 May 2020 15:06:16 +0000 (+0200) Subject: Allow separate stacks registration through services operation X-Git-Url: https://git.teslayout.com/public/public/public/?a=commitdiff_plain;h=3753f8bd8025131cc0b62da8942daefc376c1c46;hp=3753f8bd8025131cc0b62da8942daefc376c1c46;p=anna.git Allow separate stacks registration through services operation Until now, stacks could not be delta-loaded. All the stacks might be loaded in a unique single xml file (or xml representation through rest api). This was due to counterscope initialization restriction: once a counter was registered (due to event received), you could not initialize more counter scopes. We removed this restriction (now commented on initializeCountersScope). New scopes() method to know current registered ones in order to put the correct start point at services load procedure. The services "node" nodes always could be loaded separately, so, no impact on functional behaviour for this. Fixed: https://redmine.teslayout.com/issues/48 ---