Skip to content

Active and non-active triggers in different views #730

Description

@VinceFINET

(1) When you list the Apex Triggers, you actually have the active and non active ones.
(2) When you check one object at the time, you also get active and non active Apex Triggers for this object.
(3) When you list all objects, the count of Apex Triggers is regardless of its activation state.

(1) and (2) are OK

But (3) would benefit having an additional counter for inactive Apex Triggers
BTW if that counter is > 0, then it is certainly a bad pattern for the object!
We need at least two counter, one for the active, and one for the inactive (or the total as of today)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions