← Back to team overview

mahara-contributors team mailing list archive

[Bug 1474638] Re: Interactive leap2a import decisions being ignored

 

*** This bug is a duplicate of bug 1361005 ***
    https://bugs.launchpad.net/bugs/1361005

Hm, actually, I can't replicate the behavior of the new displayname
showing up in some places but not in others. Perhaps that's a cacheing
artefact?

The problem here actually seems to be that none of the settings from the
interactive display screen are honored. They're all just assumed to be
the default. This was caused by the patch where we added unique IDs to
each of the radio buttons on the interactive import page (for
accessibility reasons).

The regex that extracts the chosen values from $_POST was updated to
also expect unique IDs. Except, it looks at *names*, not IDs, and the
names for radio buttons in a set are non-unique.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1474638

Title:
  Interactive leap2a import decisions being ignored

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  This issue was reported by Kwantlen Polytechnic University.

  The problem is that the "Ignore", "Replace", "Append" settings you
  choose during leap2a interactive import, are ignored! I guess no one
  has reported this until now, because usually you just want to go with
  the default values.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1474638/+subscriptions


References