Skip to content

Commit

Permalink
OSCI-6583
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
  • Loading branch information
Andrei-Stepanov committed Mar 26, 2024
1 parent 1a951b3 commit 89ab358
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedoraci/ciboard-server:8b48588
FROM quay.io/fedoraci/ciboard-server:7a99830

# npm mirror to use to install dependencies.
ARG NPMLOCATION=open
Expand Down
2 changes: 1 addition & 1 deletion src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const menuRoutes: MenuEntry[] = [
key: 'metadata',
path: '/metadata',
element: <PageMetadataList />,
// XXX: uncomment reqAuthzFlag: 'can_edit_metadata',
reqAuthzFlag: 'can_edit_metadata',
},
{
title: 'Help',
Expand Down
3 changes: 2 additions & 1 deletion src/utils/stages_states.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of ciboard
* Copyright (c) 2022, 2023 Andrei Stepanov <astepano@redhat.com>
* Copyright (c) 2022, 2023, 2024 Andrei Stepanov <astepano@redhat.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -76,6 +76,7 @@ type AChildrenByStageName = {
};

/**
* Entry point. This file is the most complicated part in this project.
*/
export const mkStagesAndStates = (
Expand Down

0 comments on commit 89ab358

Please sign in to comment.