931
932
933
934
935
936
937
938
939
940
941
942
943
944
|
@ <hr />
entry_attribute("Ticket Closed", 40, "ticket-closed-expr", "c",
"status='Closed'", 0);
@ <p>An SQL expression that evaluates to true in a TICKET table query if
@ the ticket is closed.
@ (Property: ticket-closed-expr)</p>
@ <hr />
@ <p>
@ <input type="submit" name="submit" value="Apply Changes" />
@ <input type="submit" name="setup" value="Cancel" />
@ </p>
@ </div></form>
db_end_transaction(0);
|
>
>
>
>
>
>
|
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
|
@ <hr />
entry_attribute("Ticket Closed", 40, "ticket-closed-expr", "c",
"status='Closed'", 0);
@ <p>An SQL expression that evaluates to true in a TICKET table query if
@ the ticket is closed.
@ (Property: ticket-closed-expr)</p>
@ <hr />
entry_attribute("Ticket Hidden", 40, "ticket-hidden-expr", "h","",0);
@ <p>A boolean SQL expression with the columns of TICKET and TICKETCHNG
@ tables which filters ticket events out of the default timeline view.
@ (Property: ticket-hidden-expr)</p>
@ <hr />
@ <p>
@ <input type="submit" name="submit" value="Apply Changes" />
@ <input type="submit" name="setup" value="Cancel" />
@ </p>
@ </div></form>
db_end_transaction(0);
|