personium / app-uc-unit-manager

Unit Manager and Cell Manager are GUI tools that helps you manage Personium cell(s).
https://www.youtube.com/watch?v=d1_pET0M-YA&feature=youtu.be
Apache License 2.0
5 stars 6 forks source link

Engine Deletion re-registers engines as `subject="engine"` #170

Open yoh1496 opened 5 years ago

yoh1496 commented 5 years ago

Abstract

I unregistered (deleted) an engine , then left engines which I didn't select are changed as `subject="engine".

How to reproduce

  1. Registering some engines. image

  2. Unregistering (deleting) one. image

  3. Engines left were changed as subject="engine" image

erroneous line

Perhaps, this row. ↓

https://github.com/personium/app-uc-unit-manager/blob/40f7e597875b934b2dad41b45739853ed94ac61b/src/html/js/registerFileAsService.js#L552