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

Some changes to the new request actions #5088

Open
wants to merge 10 commits into
base: hypernext
Choose a base branch
from

Conversation

MarcelBolten
Copy link
Contributor

@MarcelBolten MarcelBolten commented May 10, 2024

This PR should be reviewed and merged after #5086 and #5087.

  • add foreign keys for requester_userid and target_userid so they can be linked to userid
  • add missing translation in view-edit.html
  • add a timeout (15 min) to avoid that the same action can be requested over and over again from the same user for a particular target user. Maybe the actual timeout could be a (sys)admin setting?
    don't let users request the same action multiple times

@MarcelBolten MarcelBolten changed the base branch from hypernext to marcel-reloadElements May 10, 2024 07:41
Base automatically changed from marcel-reloadElements to hypernext May 10, 2024 19:31
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.

doing a db:update then db:revert 150 and update again fails with:

SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'fk_exper
iments_request_actions_requester_users_userid'

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