Changeset 894 for trunk


Ignore:
Timestamp:
06/27/25 13:59:03 (4 days ago)
Author:
Kris Deugau
Message:

/trunk

Fix lurking bug in record search template output that caused record updates
to attach/redirect to the wrong parent zone (and spit "[var] not found in
TMPL_LOOP" errors along the way)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/recsearch.tmpl

    r735 r894  
    5454<TMPL_IF rdns_id>
    5555<td><a href="<TMPL_VAR NAME=script_self>&amp;page=record&amp;parentid=<TMPL_VAR
    56  NAME=domain_id>&amp;defrec=n&amp;revrec=y&amp;recact=edit&amp;id=<TMPL_VAR
     56 NAME=rdns_id>&amp;defrec=n&amp;revrec=y&amp;recact=edit&amp;id=<TMPL_VAR
    5757 NAME=record_id>"><TMPL_VAR NAME=val></a></td>
    5858<TMPL_ELSE>
Note: See TracChangeset for help on using the changeset viewer.