Skip to content

Always display the input#1508

Merged
henriquemoody merged 1 commit intoRespect:mainfrom
henriquemoody:core/remove-named-templates
Dec 22, 2024
Merged

Always display the input#1508
henriquemoody merged 1 commit intoRespect:mainfrom
henriquemoody:core/remove-named-templates

Conversation

@henriquemoody
Copy link
Member

The "NotBlank", "NotEmpty", and "NotUndef" rules do not display the input in all cases and instead displays the string "The value". The problem with that is that one doesn't see which value was passed, which is not so useful.

This commit will changes those rules to always display the input. If someone doesn't want the input to show, they can always set a name for the rule.

The "NotBlank", "NotEmpty", and "NotUndef" rules do not display the
input in all cases and instead displays the string "The value". The
problem with that is that one doesn't see which value was passed, which
is not so useful.

This commit will changes those rules to always display the input. If
someone doesn't want the input to show, they can always set a name for
the rule.
@codecov
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.52%. Comparing base (aa633db) to head (634a155).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1508      +/-   ##
============================================
- Coverage     96.53%   96.52%   -0.02%     
+ Complexity      972      966       -6     
============================================
  Files           201      201              
  Lines          2396     2388       -8     
============================================
- Hits           2313     2305       -8     
  Misses           83       83              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@henriquemoody henriquemoody merged commit 634a155 into Respect:main Dec 22, 2024
@henriquemoody henriquemoody deleted the core/remove-named-templates branch December 22, 2024 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant