Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-60667

unable to edit Project access setting on Projects -> Project access tab

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.19, 4.20
    • Management Console
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Moderate
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      admin user is not able to update project access settings on Project -> Project access tab    

      Version-Release number of selected component (if applicable):

      4.20.0-0.nightly-2025-08-18-192426    

      How reproducible:

          Always

      Steps to Reproduce:

          1. Enable Developer perspective
      $ oc patch console.operator cluster -p '{"spec":{"customization":{"perspectives":[{"id":"dev","visibility":{"state":"Enabled"}}]}}}' --type merge
      console.operator.openshift.io/cluster patched
      
      $ oc get console.operator cluster -o json | jq .spec.customization.perspectives
      [
        {
          "id": "dev",
          "visibility": {
            "state": "Enabled"
          }
        }
      ]
      2. Wait for new console pods ready and visit console again
      3. Change to Developer perspective -> Project menu -> choose one project - > "Project access" tab 
      4. Click "Add access" button      

      Actual results:

      4. we will see "Info alert:This list has been updated." message on web page, if we click on "Reload" button we will see following error in browser console tab
      
      Uncaught InternalError: too much recursion
      
      and user is not able to add access at all  

      Expected results:

      project access can be updated successfully    

      Additional info:

          

              sgoodwin_redhat Steve goodwin
              rhn-support-yapei YaDan Pei
              None
              None
              Sanket Pathak Sanket Pathak
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: