Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
beat.web
beat.web
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • beat
  • beat.webbeat.web
  • Issues
  • #191

Closed
Open
Opened May 28, 2015 by Laurent EL SHAFEY@laurent.el-shafey
  • Report abuse
  • New issue
Report abuse New issue

Unlocking attestation does not work anymore

The "unlock the attestation" button the attestation page does not work anymore. The generated HTML is not valid and causes a syntax error: unexpected string.

It seems that there is a missing ',' after the attestation api_url (see below).

 $('a#unlock_attestation').click(function() {
                            beat.attestations.dialogs.Unlocking('unlock',
                                                                'user',
                                                                '/api/v1/attestations/unlock/2004723460/'
                                                                '/',
                                                                ['system/integer/1'],
                                                                toolchain_viewer.configuration,
                                                                function()
                                                                {
                                                                    window.location.reload();
                                                                }
                                                               );
Assignee
Assign to
API Documentation
Milestone
API Documentation
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: beat/beat.web#191