This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 4 years ago

#548 closed defect (fixed)

"Unmark as duplicated" wrong button value displayed

Reported by: bkeyaerts Owned by: acastill
Priority: low Milestone: v0.98.1
Component: Abstracts Version: 0.97.0
Keywords: Cc:

Description

in MaKaC/webinterface/pages/tracks.py there is a quote missing

vars["duplicatedButton"]= _("""<input type="submit" class="btn" value="_("unmark as duplicated") style="width:205px">""")

should be

vars["duplicatedButton"]= _("""<input type="submit" class="btn" value="_("unmark as duplicated")" style="width:205px">""")

Change History (6)

comment:1 Changed 5 years ago by jbenito

  • Owner set to acastill
  • Status changed from new to assigned

comment:2 Changed 5 years ago by jbenito

  • Milestone set to v0.98

comment:3 Changed 5 years ago by acastill

  • Status changed from assigned to in_work

comment:4 Changed 5 years ago by acastill

  • Status changed from in_work to awaiting_merge

comment:5 Changed 4 years ago by jbenito

  • Status changed from awaiting_merge to merging

comment:6 Changed 4 years ago by Alexis Castilla Hernandez <alexis.castilla.hernandez@…>

  • Resolution set to fixed
  • Status changed from merging to closed

In [f88925adfc5a4b659a242614034e563a90553735/indico]:

[FIX] Unmark as duplicated button

  • Closes #548
  • Fixed error showing the error message
Note: See TracTickets for help on using tickets.