mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02994
Re: [Bug 736302] Re: Leap2A import ignores studentid internal artefact
No I have no idea about that sorry, never looked at that code before now.
I had a quick look at htdocs/artefact/internal/import/leap/lib.php (line
436 or so) and can't see any obvious good reason this doesn't work, unless
that method isn't being called.
I can get a working copy set up and try and debug this but not for a week
or so since I'm in the process of moving right now. If someone wants to
have a look before then I'm happy to help.
--
/* ---------------------------------------------------
Penny Leach | http://mjollnir.org | http://she.geek.nz
GPG: 8347 00FC B5BF 6CC0 0FC9 AB90 1875 120A A30E C22B
--------------------------------------------------- */
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/736302
Title:
Leap2A import ignores studentid internal artefact
Status in Mahara ePortfolio:
Triaged
Bug description:
When importing a student's LEAP2A file in Mahara 1.2.6, the studentid
internal artefact appears to be ignored, and no data is stored in the
user's usr.studentid field in the database.
We rely on the value stored in usr.studentid for some additional
functionality in our installation, so this causes noticeable issues.
Below is the relevant XML from the leap2a.xml file (with dummy student
ID):
<leap:persondata
mahara:artefactplugin="internal"
mahara:artefacttype="studentid"
leap:field="other"
leap:label="Student ID"
>11111111</leap:persondata>
References