Skip to content

Commit de6efe1

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth into main
2 parents c16d634 + 3e97498 commit de6efe1

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

Changelog.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.5.7] - next
8+
## [v1.5.8] - next
99

10-
-
10+
## [v1.5.7] - 2024-12-09
11+
12+
### Fixed
13+
14+
- Resolved issue with filters being displayed incorrectly
15+
16+
### Added
17+
- Added adapters
1118

1219
## [v1.5.6] - 2024-12-06
1320

adminforth/modules/restApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function interpretResource(
4444
[ActionCheckSource.DeleteRequest]: ['delete'],
4545
[ActionCheckSource.ListRequest]: ['list'],
4646
[ActionCheckSource.CreateRequest]: ['create'],
47-
[ActionCheckSource.DisplayButtons]: ['show', 'edit', 'delete', 'create'],
47+
[ActionCheckSource.DisplayButtons]: ['show', 'edit', 'delete', 'create', 'filter'],
4848
[ActionCheckSource.BulkActionRequest]: ['delete'],
4949
}[source];
5050

adminforth/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adminforth",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "OpenSource Vue3 powered forth-generation admin panel",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)