Project

General

Profile

Actions

Bug #15497

closed

delete link: a) broken for 'table', b) broken with 'r:3'

Added by Carsten Rose about 1 year ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
06.02.2023
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
No
Vote:

Description

http://webwork16.math.uzh.ch/crose/qfq/index.php?id=deletelink

  • 1) broken
  • 2) ok
  • 3) missing button
  • 4) ok
    10 {
      sql = SELECT n.id, n.note
                   , CONCAT('U:table=Note&r=',n.id,'|D|s|x') AS _link
                   , CONCAT('U:table=Note&r=',n.id,'|D|s') AS _paged
                   , CONCAT('table=Note&r=',n.id) AS _Paged
    
                   , CONCAT('U:form=note&r=',n.id,'|D|s|q:Delete record?|x') AS _link
                   , CONCAT('U:form=note&r=',n.id,'|D|s') AS _paged
                   , CONCAT('form=note&r=',n.id) AS _Paged
    
                   , CONCAT('U:form=note&r=',n.id,'|D|s|q:Delete record?|r:3|x') AS _link
                   , CONCAT('U:form=note&r=',n.id,'|D|s|r:3') AS _paged
                   
              FROM Note AS n
              ORDER BY n.id
              LIMIT 10
      head = <table class="table qfq-table-50"><thead><tr><th>id</th>
                 <th>Note</th><th>link (table)</th><th>paged (table)</th><th>Paged (table)</th>
                 <th>link (form)</th><th>paged (form)</th><th>Paged (form)</th>
                 <th>link (form,disabled)</th><th>paged (form,disabled)</th>
             </tr></thead>
      tail = </table>
    

Files

Actions #1

Updated by Carsten Rose about 1 year ago

  • Tracker changed from Support to Bug
Actions #2

Updated by Pascal Rössler 12 months ago

  • Assignee changed from Support: Web to Pascal Rössler
Actions #3

Updated by Pascal Rössler 12 months ago

  • Status changed from New to Ready to sync (develop)
Actions #4

Updated by Pascal Rössler 12 months ago

  • Assignee changed from Pascal Rössler to Carsten Rose
Actions #5

Updated by Carsten Rose 9 months ago

  • Status changed from Ready to sync (develop) to Closed
  • Target version changed from 24.8.0 to 23.6.0
Actions

Also available in: Atom PDF