Fossil SCM
On the ticket timeline configuration screen, show the names of the underlying properties.
Commit
d725f611a3920e40b8e19493867a0d4d91a21ecdd0ff9a6ebfd2e1f5b9fecdd8
Parent
9bb70584a1d7d2f…
1 file changed
+6
-3
+6
-3
| --- src/tktsetup.c | ||
| +++ src/tktsetup.c | ||
| @@ -910,23 +910,26 @@ | ||
| 910 | 910 | |
| 911 | 911 | @ <hr /> |
| 912 | 912 | entry_attribute("Ticket Title", 40, "ticket-title-expr", "t", |
| 913 | 913 | "title", 0); |
| 914 | 914 | @ <p>An SQL expression in a query against the TICKET table that will |
| 915 | - @ return the title of the ticket for display purposes.</p> | |
| 915 | + @ return the title of the ticket for display purposes. | |
| 916 | + @ (Property: ticket-title-expr)</p> | |
| 916 | 917 | |
| 917 | 918 | @ <hr /> |
| 918 | 919 | entry_attribute("Ticket Status", 40, "ticket-status-column", "s", |
| 919 | 920 | "status", 0); |
| 920 | 921 | @ <p>The name of the column in the TICKET table that contains the ticket |
| 921 | - @ status in human-readable form. Case sensitive.</p> | |
| 922 | + @ status in human-readable form. Case sensitive. | |
| 923 | + @ (Property: ticket-status-column)</p> | |
| 922 | 924 | |
| 923 | 925 | @ <hr /> |
| 924 | 926 | entry_attribute("Ticket Closed", 40, "ticket-closed-expr", "c", |
| 925 | 927 | "status='Closed'", 0); |
| 926 | 928 | @ <p>An SQL expression that evaluates to true in a TICKET table query if |
| 927 | - @ the ticket is closed.</p> | |
| 929 | + @ the ticket is closed. | |
| 930 | + @ (Property: ticket-closed-expr)</p> | |
| 928 | 931 | |
| 929 | 932 | @ <hr /> |
| 930 | 933 | @ <p> |
| 931 | 934 | @ <input type="submit" name="submit" value="Apply Changes" /> |
| 932 | 935 | @ <input type="submit" name="setup" value="Cancel" /> |
| 933 | 936 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -910,23 +910,26 @@ | |
| 910 | |
| 911 | @ <hr /> |
| 912 | entry_attribute("Ticket Title", 40, "ticket-title-expr", "t", |
| 913 | "title", 0); |
| 914 | @ <p>An SQL expression in a query against the TICKET table that will |
| 915 | @ return the title of the ticket for display purposes.</p> |
| 916 | |
| 917 | @ <hr /> |
| 918 | entry_attribute("Ticket Status", 40, "ticket-status-column", "s", |
| 919 | "status", 0); |
| 920 | @ <p>The name of the column in the TICKET table that contains the ticket |
| 921 | @ status in human-readable form. Case sensitive.</p> |
| 922 | |
| 923 | @ <hr /> |
| 924 | entry_attribute("Ticket Closed", 40, "ticket-closed-expr", "c", |
| 925 | "status='Closed'", 0); |
| 926 | @ <p>An SQL expression that evaluates to true in a TICKET table query if |
| 927 | @ the ticket is closed.</p> |
| 928 | |
| 929 | @ <hr /> |
| 930 | @ <p> |
| 931 | @ <input type="submit" name="submit" value="Apply Changes" /> |
| 932 | @ <input type="submit" name="setup" value="Cancel" /> |
| 933 |
| --- src/tktsetup.c | |
| +++ src/tktsetup.c | |
| @@ -910,23 +910,26 @@ | |
| 910 | |
| 911 | @ <hr /> |
| 912 | entry_attribute("Ticket Title", 40, "ticket-title-expr", "t", |
| 913 | "title", 0); |
| 914 | @ <p>An SQL expression in a query against the TICKET table that will |
| 915 | @ return the title of the ticket for display purposes. |
| 916 | @ (Property: ticket-title-expr)</p> |
| 917 | |
| 918 | @ <hr /> |
| 919 | entry_attribute("Ticket Status", 40, "ticket-status-column", "s", |
| 920 | "status", 0); |
| 921 | @ <p>The name of the column in the TICKET table that contains the ticket |
| 922 | @ status in human-readable form. Case sensitive. |
| 923 | @ (Property: ticket-status-column)</p> |
| 924 | |
| 925 | @ <hr /> |
| 926 | entry_attribute("Ticket Closed", 40, "ticket-closed-expr", "c", |
| 927 | "status='Closed'", 0); |
| 928 | @ <p>An SQL expression that evaluates to true in a TICKET table query if |
| 929 | @ the ticket is closed. |
| 930 | @ (Property: ticket-closed-expr)</p> |
| 931 | |
| 932 | @ <hr /> |
| 933 | @ <p> |
| 934 | @ <input type="submit" name="submit" value="Apply Changes" /> |
| 935 | @ <input type="submit" name="setup" value="Cancel" /> |
| 936 |