Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:modules_extras [2019/09/12 08:52]
fiserp [Developing and releasing]
devel:documentation:modules_extras [2019/09/12 10:01]
stloukalp
Line 20: Line 20:
     - Repo admin creates a new release in GitHub interface, version is set to ''X.Y.Z'' to correspond with version set in project sources.     - Repo admin creates a new release in GitHub interface, version is set to ''X.Y.Z'' to correspond with version set in project sources.
     - After release, repo admin makes changes on the ''develop'' branch: upps module version to ''X(+1).Y(+1).Z(+1)-SNAPSHOT'' in the ''pom.xml'' and ''package.json''. What the next version of the module will be is up to discussion preceding the release.     - After release, repo admin makes changes on the ''develop'' branch: upps module version to ''X(+1).Y(+1).Z(+1)-SNAPSHOT'' in the ''pom.xml'' and ''package.json''. What the next version of the module will be is up to discussion preceding the release.
 +
 ===== Virtual system import LRT ===== ===== Virtual system import LRT =====
 Documentation is available here: [[tutorial:adm:systems_-_import_of_data_from_csv|]] Documentation is available here: [[tutorial:adm:systems_-_import_of_data_from_csv|]]
 +
 +===== Automatic roles - adding role by node in structure =====
 +Documentation is available here: [[tutorial:adm:automatic-roles-structure-and-attribute|]]
 +
 +===== Status task =====
 +Documentation is available here: [[tutorial:adm:status_task_how_to_set_up|]]
  
 ===== Guarantees of roles can assign their roles to everybody ===== ===== Guarantees of roles can assign their roles to everybody =====
Line 34: Line 41:
 Other thing you need to do is to enable service ExtrasIdmConceptRoleRequestService. This service is by default turned off in extras module. Other thing you need to do is to enable service ExtrasIdmConceptRoleRequestService. This service is by default turned off in extras module.
 Go to your project modul and create new service which will inherit from ExtrasIdmConceptRoleRequestService and add annotation Primary and Service Go to your project modul and create new service which will inherit from ExtrasIdmConceptRoleRequestService and add annotation Primary and Service
 +
 +===== Report Compare values in IdM with values in system =====
 +Report will compare value of attributes with connected system. Connected system does not need to be in read only.
 +More information is available here: [[tutorial:adm:report_compare_value_idm_to_system|]]
  • by koulaj