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

Avoid casting in favor of getString and get Int; harmonization of the use of App->Request #4872

Merged
merged 4 commits into from
Jan 20, 2024

Conversation

MarcelBolten
Copy link
Contributor

Hi Nico,

Because of your comment #4835 (comment) there is this PR now. It will

  • Remove some casting and use getString or getInt. In some cases sprintf is used.
  • Use of App->Request is preferred over Request, this should be the same no everywhere.
  • Also there were some flaky cypress-html-validate tests again which will hopefully be resolved using your strategy: the addition of no-unused-disable.

Copy link
Contributor

@NicolasCARPi NicolasCARPi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TYVM!

@NicolasCARPi NicolasCARPi merged commit ffd32e5 into hypernext Jan 20, 2024
8 of 9 checks passed
@NicolasCARPi NicolasCARPi deleted the marcel-avoid-casting branch January 20, 2024 13:23
NicolasCARPi added a commit that referenced this pull request Jan 20, 2024
* hypernext:
  fix required label not appearing on all elements
  Fix ove and issues with uploadsDiv and the observer (#4867)
  Avoid casting in favor of getString and get Int; harmonization of the use of App->Request (#4872)
  fix drag and drop issues when uploads in table display mode
  add sysconfig setting to prevent admins from archiving users
  add a notification when new version has been updated after login
  add configurable chat room link
  add emit_audit_logs instance config to emit audit logs as NOTICE in php
  add import/export audit log event
  try and fix issue with multiple data-trigger listeners on the page
  add requester info to Users2Teams class
  simplify function notation
  don't disable the timestamp button on click
  always display main text + extra fields in toggle body in show mode
  add custom_id to CSV export
  add owner parameter for GET all
  add diff syntax highlighting
  add `metadata_decoded` to JSON output for single entity
  Fix the tinyMCE mention plugin (#4852)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants