-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Find the way to skip reporter for a single module. #847
Comments
Proposed solution: To allow user to skip reporter , we introduce an additional argument, preferably named Instead of verifying the presence of the reporter argument within the Additionally, it's essential to extend the inclusion of this parameter to other module packages, such as tmg and tmc, . |
@gogonzo The Reporter-UI is defined through the ![]() I would prefer to hide this from the user entirely. and manage the reporter UI, similar to how it's handled in the server using the |
Duplicate of #678 |
Feature description
The way how reporter is implemented in teal causes reporter to be always present if any of the
modules
has areporter
argument inserver
formals. We need to expose argument in the module to disable reporter.See example and analyse
module_variable_browser
object (classteal_module
) and see the way how the module is called inteal
Acceptance criteria:
Solution should allow any app developer to disable reporter for a single module
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: