There are places throughout the core (e.g. txp_article.php and txp_list.php) where status values are assumed to be hierarchical. These should be altered to explicitly target the associated status constants instead of using maths in comparisons. Other status codes could then be introduced (e.g. for editorial workflow escalation) by core or plugins, without enforced baggage.
There are places throughout the core (e.g.
txp_article.phpandtxp_list.php) where status values are assumed to be hierarchical. These should be altered to explicitly target the associated status constants instead of using maths in comparisons. Other status codes could then be introduced (e.g. for editorial workflow escalation) by core or plugins, without enforced baggage.