Fossil SCM
Longer default hash length for the copy button on ticket view pages.
Commit
e055942cf2e008fbd249253e8de5c91214974545e10fdd71f0ae0e0d7eca6374
Parent
9a5169f58581cc0…
1 file changed
+1
-1
+1
-1
| --- src/tktsetup.c | ||
| +++ src/tktsetup.c | ||
| @@ -447,11 +447,11 @@ | ||
| 447 | 447 | @ <table cellpadding="5"> |
| 448 | 448 | @ <tr><td class="tktDspLabel">Ticket UUID:</td> |
| 449 | 449 | @ <th1> |
| 450 | 450 | @ if {[info exists tkt_uuid]} { |
| 451 | 451 | @ html "<td class='tktDspValue' colspan='3'>" |
| 452 | -@ copybtn hash-tk 0 $tkt_uuid 1 | |
| 452 | +@ copybtn hash-tk 0 $tkt_uuid 2 | |
| 453 | 453 | @ if {[hascap s]} { |
| 454 | 454 | @ html " ($tkt_id)" |
| 455 | 455 | @ } |
| 456 | 456 | @ html "</td></tr>\n" |
| 457 | 457 | @ } else { |
| 458 | 458 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -447,11 +447,11 @@ | |
| 447 | @ <table cellpadding="5"> |
| 448 | @ <tr><td class="tktDspLabel">Ticket UUID:</td> |
| 449 | @ <th1> |
| 450 | @ if {[info exists tkt_uuid]} { |
| 451 | @ html "<td class='tktDspValue' colspan='3'>" |
| 452 | @ copybtn hash-tk 0 $tkt_uuid 1 |
| 453 | @ if {[hascap s]} { |
| 454 | @ html " ($tkt_id)" |
| 455 | @ } |
| 456 | @ html "</td></tr>\n" |
| 457 | @ } else { |
| 458 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -447,11 +447,11 @@ | |
| 447 | @ <table cellpadding="5"> |
| 448 | @ <tr><td class="tktDspLabel">Ticket UUID:</td> |
| 449 | @ <th1> |
| 450 | @ if {[info exists tkt_uuid]} { |
| 451 | @ html "<td class='tktDspValue' colspan='3'>" |
| 452 | @ copybtn hash-tk 0 $tkt_uuid 2 |
| 453 | @ if {[hascap s]} { |
| 454 | @ html " ($tkt_id)" |
| 455 | @ } |
| 456 | @ html "</td></tr>\n" |
| 457 | @ } else { |
| 458 |