Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
acf-weblog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACF
acf-weblog
Commits
01210d80
Commit
01210d80
authored
Aug 15, 2012
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed viewweblog in controller and view
parent
342d432f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
weblog-controller.lua
weblog-controller.lua
+1
-1
weblog-viewweblog-html.lsp
weblog-viewweblog-html.lsp
+1
-1
No files found.
weblog-controller.lua
View file @
01210d80
...
...
@@ -39,7 +39,7 @@ function viewweblog(self)
-- We want to get the weblog even if form wasn't submitted
if
not
self
.
clientdata
.
Update
then
self
.
handle_clientdata
(
retval
,
self
.
clientdata
)
retval
=
self
.
model
.
getweblog
(
retval
)
retval
=
self
.
model
.
getweblog
(
self
,
retval
)
end
return
retval
end
...
...
weblog-viewweblog-html.lsp
View file @
01210d80
...
...
@@ -101,7 +101,7 @@ local window = data.value.window
data.value.window = nil
local focus = data.value.focus
data.value.focus = nil
displayform(data, nil, nil, page_info, 2)
htmlviewfunctions.
displayform(data, nil, nil, page_info, 2)
data.value.log = log
data.value.window = window
data.value.focus = focus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment