Skip to content

Commit da3ce35

Browse files
author
chenhg5
committed
update version
1 parent 64e356a commit da3ce35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapter/adapter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func (base *BaseAdapter) GetContent(ctx interface{}, getPanelFn types.GetPanelFn
160160
err error
161161
)
162162

163-
gctx := context.NewContext(wf.Request())
163+
gctx := context.NewContext(newBase.Request())
164164

165165
if !auth.CheckPermissions(user, newBase.Path(), newBase.Method(), newBase.FormParam()) {
166166
panel = template.WarningPanel(gctx, errors.NoPermission, template.NoPermission403Page)

modules/system/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package system
22

3-
const version = "v1.2.25"
3+
const version = "v1.2.26"
44

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

0 commit comments

Comments
 (0)