Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R12 doesn't import profiles.xml properly #36

Open
GoogleCodeExporter opened this issue Dec 7, 2015 · 4 comments
Open

R12 doesn't import profiles.xml properly #36

GoogleCodeExporter opened this issue Dec 7, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Can you post the packages.xml you're using?

Original comment by [email protected] on 7 Jan 2010 at 12:44

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 7 Jan 2010 at 12:50

  • Changed state: NeedsMoreInfo

@GoogleCodeExporter
Copy link
Author

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

Original comment by [email protected] on 16 Jun 2010 at 5:44

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 18 Apr 2011 at 6:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant