Public bug reported:

When you add employment history, the number to indicate how many
attachments are there for one job is wrapped into 2 <td> when there
should only be one like in "Education history".

To replicate:

1. Add 1 item in "Education history" in your résumé and attach a file.
2. Add 1 item in "Employment history" in your résumé and attach a file.
3. Inspect the HTML code for the attachment number with the dev tool console.
Expected result: The number should only be in 1 <td> like so: <td 
style="text-align:center">1</td>
Actual result: It is wrapped in 2 <td>: <td><td 
style="text-align:center">1</td></td>

** Affects: mahara
     Importance: Medium
     Assignee: Doris Tam (doristam)
         Status: Confirmed


** Tags: bite-sized

** Attachment added: "resume_table.png"
   
https://bugs.launchpad.net/bugs/1844444/+attachment/5289232/+files/resume_table.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/1844444

Title:
  Remove superfluous <td> in résumé section

Status in Mahara:
  Confirmed

Bug description:
  When you add employment history, the number to indicate how many
  attachments are there for one job is wrapped into 2 <td> when there
  should only be one like in "Education history".

  To replicate:

  1. Add 1 item in "Education history" in your résumé and attach a file.
  2. Add 1 item in "Employment history" in your résumé and attach a file.
  3. Inspect the HTML code for the attachment number with the dev tool console.
  Expected result: The number should only be in 1 <td> like so: <td 
style="text-align:center">1</td>
  Actual result: It is wrapped in 2 <td>: <td><td 
style="text-align:center">1</td></td>

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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to