Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
bf3029d0
Commit
bf3029d0
authored
5 years ago
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Add column and row information to web api
parent
8401b9d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PlayWallPlugins/PlayWallPluginWebAPI/src/main/scala/de/tobias/playpad/plugin/api/websocket/serialize/ProjectSerializer.scala
+2
-0
2 additions, 0 deletions
...ad/plugin/api/websocket/serialize/ProjectSerializer.scala
with
2 additions
and
0 deletions
PlayWallPlugins/PlayWallPluginWebAPI/src/main/scala/de/tobias/playpad/plugin/api/websocket/serialize/ProjectSerializer.scala
+
2
−
0
View file @
bf3029d0
...
...
@@ -10,6 +10,8 @@ object ProjectSerializer {
result
.
addProperty
(
"id"
,
project
.
getProjectReference
.
getUuid
.
toString
)
result
.
addProperty
(
"name"
,
project
.
getProjectReference
.
getName
)
result
.
addProperty
(
"columns"
,
project
.
getSettings
.
getColumns
)
result
.
addProperty
(
"rows"
,
project
.
getSettings
.
getRows
)
val
pageArray
=
new
JsonArray
()
project
.
getPages
.
forEach
(
page
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment