Actions
Defect #1321
closedWith all rights to system cannot see provisioning
Start date:
10/12/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
When I have a role with permissions to the system I cannot reach Provisioning page. Also, idm freezes and until I refresh I cannot do anything. This is what it said in the console:
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at i (http://localhost:8080/idm/js/app.js:74:31873)
at Object.processUpdates (http://localhost:8080/idm/js/app.js:75:785)
at Object.dangerouslyProcessChildrenUpdates [as processChildrenUpdates] (http://localhost:8080/idm/js/app.js:76:20019)
at u (http://localhost:8080/idm/js/app.js:77:19614)
at h._updateChildren (http://localhost:8080/idm/js/app.js:77:21268)
at h.updateChildren (http://localhost:8080/idm/js/app.js:77:20764)
at h._updateDOMChildren (http://localhost:8080/idm/js/app.js:76:15712)
at h.updateComponent (http://localhost:8080/idm/js/app.js:76:13936)
at h.receiveComponent (http://localhost:8080/idm/js/app.js:76:13489)
at Object.receiveComponent (http://localhost:8080/idm/js/app.js:77:24946)
Uncaught TypeError: Cannot read property 'getHostNode' of null
at Object.getHostNode (app.js:175525)
at d.getHostNode (app.js:169360)
at Object.getHostNode (app.js:175525)
at Object.updateChildren (app.js:168858)
at h._reconcilerUpdateChildren (app.js:174871)
at h._updateChildren (app.js:174970)
at h.updateChildren (app.js:174957)
at h._updateDOMChildren (app.js:170919)
at h.updateComponent (app.js:170737)
at h.receiveComponent (app.js:170699)
There is nothing in the log of application and config of the role is in added pictures.
Files
Related issues
Updated by Radek Tomiška about 6 years ago
- Tracker changed from Task to Defect
- Category changed from 20 to Frontend
- Status changed from New to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version set to Morganite (9.2.1)
- % Done changed from 0 to 90
Wrong parameter was used on frontend content for provisioning queue, it's fixed:
https://github.com/bcvsolutions/CzechIdMng/commit/17ce290080e422a21c484c2794517af1d56f38af
Could you do a feedback, please?
Updated by Radek Tomiška about 6 years ago
- Related to Defect #1205: Retry provisioning task has null operation result added
Updated by Vít Švanda about 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and It works correctly now.
Updated by Radek Tomiška about 6 years ago
- Status changed from Resolved to Closed
Actions