mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #48965 from nextcloud/feat/files-bulk-tagging-followup
This commit is contained in:
commit
3438e1fe92
11 changed files with 15 additions and 8 deletions
|
|
@ -484,6 +484,12 @@ export default defineComponent({
|
|||
bottom: 0;
|
||||
padding-block: 8px;
|
||||
|
||||
:deep(.notecard) {
|
||||
// min 2 lines of text to avoid jumping
|
||||
min-height: 2lh;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
& > div {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ declare(strict_types=1);
|
|||
namespace OC\Core\Migrations;
|
||||
|
||||
use Closure;
|
||||
use Doctrine\DBAL\Types\Types;
|
||||
use OCP\DB\ISchemaWrapper;
|
||||
use OCP\Migration\IOutput;
|
||||
use OCP\Migration\SimpleMigrationStep;
|
||||
|
|
@ -41,7 +42,7 @@ class Version31000Date20241018063111 extends SimpleMigrationStep {
|
|||
$table = $schema->getTable('systemtag');
|
||||
|
||||
if (!$table->hasColumn('etag')) {
|
||||
$table->addColumn('etag', 'string', [
|
||||
$table->addColumn('etag', Types::STRING, [
|
||||
'notnull' => false,
|
||||
'length' => 32,
|
||||
]);
|
||||
|
|
|
|||
2
dist/6028-6028.js
vendored
Normal file
2
dist/6028-6028.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6028-6028.js.map
vendored
Normal file
1
dist/6028-6028.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6028-6028.js.map.license
vendored
Symbolic link
1
dist/6028-6028.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
6028-6028.js.license
|
||||
2
dist/8699-8699.js
vendored
2
dist/8699-8699.js
vendored
File diff suppressed because one or more lines are too long
1
dist/8699-8699.js.map
vendored
1
dist/8699-8699.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/8699-8699.js.map.license
vendored
1
dist/8699-8699.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
8699-8699.js.license
|
||||
4
dist/systemtags-init.js
vendored
4
dist/systemtags-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/systemtags-init.js.map
vendored
2
dist/systemtags-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue