Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 1, 2024
2 parents dbb292a + 02defa2 commit e51bc24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/admin-gui/resource-wizard/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ image::step-1-discovered-config.png[link=step-1-discovered-config.png, 100%, tit

Click btn:[Next] to continue the resource configuration.

WARNING: If you are using CSV connector and wizard fails in this step with error _"Connector initialization failed. Configuration error: Configuration error: Header in csv file doesn't contain unique attribute name as defined in configuration."_, it may be caused by presence of UTF-8 BOM characters in the file. See more xref:https://support.evolveum.com/work_packages/9497[here]. +
To resolve the issue, remove the leading UTF-8 BOM characters from the csv file and start the wizard again. This can be done e.g. by copying the file content to a new file in text editor.

Connector will return possible object types and their attributes (_schema_ and its _object classes_).
Confirm the detected configuration.

Expand Down
6 changes: 5 additions & 1 deletion docs/misc/notifications/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,11 @@ Search *Full Javadoc* for specific version and then search for
`com.evolveum.midpoint.notifications.api.events` to start with.
Other variables are defined for specific event types which are defined as subinterfaces of `Event` package.

Test: xref:/midpoint/#{ver}/midpoint-#{ver}javadoc/com/evolveum/midpoint/notifications/api/events/Event.html
Test: xref:/midpoint/#{ver}/midpoint-#{ver}javadoc/com/evolveum/midpoint/notifications/api/events/Event.html[]

Test 2: https://download.evolveum.com/midpoint/#{ver}/midpoint-#{ver}-javadoc/com/evolveum/midpoint/notifications/api/events/Event.html[Event doc]

Ver: #{ver} / {{ ver }}

=== Expression Variables Specific For Model Event

Expand Down

0 comments on commit e51bc24

Please sign in to comment.