Skip to content
Snippets Groups Projects
Commit d3c20f49 authored by Julian Tusch's avatar Julian Tusch :no_entry_sign:
Browse files

Merge branch 'updateProfile' into 'fluxio-related-changes'

Update profile

See merge request !447
parents 37bb9055 550172b6
No related branches found
No related tags found
4 merge requests!460Draft: fluxio/dev-skill-timeout,!449Fluxio preliminary release,!447Update profile,!446Draft: Fluxio related changes
Pipeline #18839 failed
......@@ -803,9 +803,9 @@ namespace armarx::plugins
if (oldProfile.has_value() && oldProfile->id == profile.id)
{
oldProfile->name = profile.name;
oldProfile->description = profile.description;
oldProfile->parentPtr = profile.parentPtr;
fluxioDC.profiles[profile.id].name = profile.name;
fluxioDC.profiles[profile.id].description = profile.description;
fluxioDC.profiles[profile.id].parentPtr = profile.parentPtr;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment