[Mahara-contributors] [Bug 1828140] Re: missing btn-primary class on validation email page

2019-10-30 Thread Lisa Seeto
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
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/1828140

Title:
  missing btn-primary class on validation email page

Status in Mahara:
  Fix Released
Status in Mahara 19.04 series:
  Fix Released

Bug description:
  To replicate:
  -Delete an email from a user in the database, I used: update usr set email = 
'' where email = '{email}'`
  -log in as the same user whos email has just been deleted

  expected result: green continue button at bottom of page
  actual result: white button

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1828140] Re: missing btn-primary class on validation email page

2019-07-22 Thread Cecilia Vela Gurovic
** Changed in: mahara/19.04
   Status: Fix Committed => Fix Released

-- 
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/1828140

Title:
  missing btn-primary class on validation email page

Status in Mahara:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Released

Bug description:
  To replicate:
  -Delete an email from a user in the database, I used: update usr set email = 
'' where email = '{email}'`
  -log in as the same user whos email has just been deleted

  expected result: green continue button at bottom of page
  actual result: white button

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1828140] Re: missing btn-primary class on validation email page

2019-06-18 Thread Robert Lyon
** Changed in: mahara/19.04
   Status: Confirmed => Fix Committed

** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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/1828140

Title:
  missing btn-primary class on validation email page

Status in Mahara:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed

Bug description:
  To replicate:
  -Delete an email from a user in the database, I used: update usr set email = 
'' where email = '{email}'`
  -log in as the same user whos email has just been deleted

  expected result: green continue button at bottom of page
  actual result: white button

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1828140] Re: missing btn-primary class on validation email page

2019-05-11 Thread Kristina Hoeppner
** Changed in: mahara/19.04
Milestone: None => 19.04.1

** Changed in: mahara
Milestone: 19.04.1 => 19.10.0

** Changed in: mahara/19.04
   Importance: Undecided => High

** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara/19.04
   Status: New => Confirmed

** Changed in: mahara
   Status: Confirmed => In Progress

-- 
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/1828140

Title:
  missing btn-primary class on validation email page

Status in Mahara:
  In Progress
Status in Mahara 19.04 series:
  Confirmed

Bug description:
  To replicate:
  -Delete an email from a user in the database, I used: update usr set email = 
'' where email = '{email}'`
  -log in as the same user whos email has just been deleted

  expected result: green continue button at bottom of page
  actual result: white button

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1828140] Re: missing btn-primary class on validation email page

2019-05-07 Thread Steven
Commit hash: 
Environment tested: Master
Browser tested: Chrome
Theme used:  Raw | Default raw | Ocean | Modern | Primary school 

PRECONDITIONS: 
 
1) Delete the primary email for a user in the database, I used: update usr set 
email = '' where email = '{email}'`

TEST STEPS: 
 
1) log in as the same user whos email has just been deleted
2) Verify that a green continue button at bottom of page is displayed ✔

Catalyst QA Approved ✔

** Attachment added: "Button with correct colour after 
patch_08-05-19-15:09:15.png"
   
https://bugs.launchpad.net/mahara/+bug/1828140/+attachment/5262229/+files/Button%20with%20correct%20colour%20after%20patch_08-05-19-15%3A09%3A15.png

-- 
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/1828140

Title:
  missing btn-primary class on validation email page

Status in Mahara:
  Confirmed
Status in Mahara 19.04 series:
  New

Bug description:
  To replicate:
  -Delete an email from a user in the database, I used: update usr set email = 
'' where email = '{email}'`
  -log in as the same user whos email has just been deleted

  expected result: green continue button at bottom of page
  actual result: white button

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

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp