Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sunbird-lms-service
Commits
993ba1f4
Unverified
Commit
993ba1f4
authored
3 years ago
by
AMIT KUMAR
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Sb 28670 (#1054)
* Issue #SB-28670 * Issue #SB-28670 feat:updated form config type
parent
f453a3ea
release-4.7.0
release-5.0.0_RC2
release-5.0.0_RC1
release-4.7.0_RC11
release-4.7.0_RC10
release-4.7.0_RC9
release-4.7.0_RC8
release-4.7.0_RC7
release-4.7.0_RC6
release-4.7.0_RC5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/platform-common/src/main/java/org/sunbird/keys/JsonKey.java
+2
-1
...atform-common/src/main/java/org/sunbird/keys/JsonKey.java
with
2 additions
and
1 deletion
+2
-1
core/platform-common/src/main/java/org/sunbird/keys/JsonKey.java
+
2
−
1
View file @
993ba1f4
...
...
@@ -191,7 +191,8 @@ public final class JsonKey {
public
static
final
String
PREV_STATE
=
"PREV_STATE"
;
public
static
final
String
PRIVATE
=
"private"
;
public
static
final
String
PROCESS_ID
=
"processId"
;
public
static
final
String
PROFILE_CONFIG
=
"profileConfig"
;
public
static
final
String
PROFILE_CONFIG
=
"profileConfig_v2"
;
public
static
final
String
PROCESS_START_TIME
=
"processStartTime"
;
public
static
final
String
PDATA_ID
=
"telemetry_pdata_id"
;
public
static
final
String
PDATA_PID
=
"telemetry_pdata_pid"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets