Skip to content

Commit 30748c4

Browse files
committed
fix: add copyright and update openapi
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
1 parent e1e3737 commit 30748c4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

cypress/e2e/context.cy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ describe('Manage a context', () => {
188188
cy.login(nonLocalUser)
189189
cy.visit('apps/tables')
190190
cy.loadContext(contextTitle)
191-
cy.contains('header .app-menu-entry', contextTitle).should('exist')
192191
cy.contains('h1', contextTitle).should('exist')
193192
cy.contains('h1', tableTitle).should('exist')
194193
cy.get('button').contains('Create row').click()

lib/Controller/NavigationController.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
5+
* SPDX-License-Identifier: AGPL-3.0-or-later
6+
*/
7+
38
namespace OCA\Tables\Controller;
49

510
use OCA\Tables\Service\ContextService;

openapi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10074,5 +10074,10 @@
1007410074
}
1007510075
}
1007610076
},
10077-
"tags": []
10077+
"tags": [
10078+
{
10079+
"name": "navigation",
10080+
"description": "This is a workaround until https://github.com/nextcloud/server/pull/49904 is settled in all covered NC versions; expected >= 31."
10081+
}
10082+
]
1007810083
}

0 commit comments

Comments
 (0)