You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Import a profiles.xml file
What is the expected output? What do you see instead?
No package is affected ... profiles are created, but no package assigned to
those profiles...
Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 5:57
try follow:
- import or create some packages
- create or import a profile
- check profile: no package assigned
- assign a package to profile
- export profile
- delete profile
- check xml file (profile)
- import xml profile
- check profile: no package assigned
I think there are 2 small typos in import.functions.php
562c562
< $profile['Package'] = $packages;
---
> $profile['package'] = $packages;
773c773
< $host['Profile'] = $profiles;
---
> $host['profile'] = $profiles;
PS: I did not study the whole program, so I'm not 100% sure.
Philip
Original issue reported on code.google.com by
[email protected]
on 5 Dec 2009 at 5:57Attachments:
The text was updated successfully, but these errors were encountered: