Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • W web-portal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Notifications project
  • web-portal
  • Issues
  • #197
Closed
Open
Issue created Oct 14, 2022 by Caetan Tojeiro Carpente@ctojeiroOwner

Fix no content audit bug

Hello, I found the bug in the audit. No content is shown when auditing channels or notifications. You can test in on dev or locally. For solving it we just need to add audit to the state mapping https://gitlab.cern.ch/push-notifications/web-portal/-/blob/master/src/admin/components/AuditDisplay.jsx#L132

auditData: state.admin.audit.auditData,

This problem appeared when we combined the reducers audit and serviceStatus, so a new level (audit) on the admin Redux state appeared.

Assignee
Assign to
Time tracking