Skip to content
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

Rename components from. "ConstraintMin/Max" to "ConstraintsMin/Max" #904

Open
1fifoto opened this issue Feb 18, 2024 · 0 comments
Open

Rename components from. "ConstraintMin/Max" to "ConstraintsMin/Max" #904

1fifoto opened this issue Feb 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Coded Programming is done and branch pushed to remote
Milestone

Comments

@1fifoto
Copy link
Collaborator

1fifoto commented Feb 18, 2024

These affected files all had class names which were misnamed!

  • ConstraintsMaxHeaderDependentVariable.jsx
  • ConstraintsMaxHeaderIndependentVariable.jsx
  • ConstraintsMaxRowDependentVariable.jsx
  • ConstraintsMaxRowIndependentVariable.jsx
  • ConstraintsMinHeaderDependentVariable.jsx
  • ConstraintsMinHeaderIndependentVariable.jsx
  • ConstraintsMinRowDependentVariable.jsx
  • ConstraintsMinRowIndependentVariable.jsx

For example, change from Constraint

class ConstraintMaxHeaderDependentVariable extends Component {

to Constraints

class ConstraintsMaxHeaderDependentVariable extends Component {
@1fifoto 1fifoto self-assigned this Feb 18, 2024
@1fifoto 1fifoto added bug Something isn't working Coded Programming is done and branch pushed to remote labels Feb 18, 2024
@1fifoto 1fifoto added this to the ODOP 4.6 milestone Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Coded Programming is done and branch pushed to remote
Projects
None yet
Development

No branches or pull requests

1 participant