Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhg5 committed Apr 25, 2024
1 parent 64e356a commit da3ce35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (base *BaseAdapter) GetContent(ctx interface{}, getPanelFn types.GetPanelFn
err error
)

gctx := context.NewContext(wf.Request())
gctx := context.NewContext(newBase.Request())

if !auth.CheckPermissions(user, newBase.Path(), newBase.Method(), newBase.FormParam()) {
panel = template.WarningPanel(gctx, errors.NoPermission, template.NoPermission403Page)
Expand Down
2 changes: 1 addition & 1 deletion modules/system/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package system

const version = "v1.2.25"
const version = "v1.2.26"

var requireThemeVersion = map[string][]string{
"adminlte": {">=v0.0.41"},
Expand Down

0 comments on commit da3ce35

Please sign in to comment.