Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
d06d7740
Commit
d06d7740
authored
Oct 10, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT003 Change "To Shortlist" to "To Shortlisted"
parent
ea36bd79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AppProcessOption.java
cmsWebApp/src/performa/orm/types/AppProcessOption.java
+1
-1
AppProcessOption.xml
cmsWebApp/src/performa/orm/types/AppProcessOption.xml
+1
-1
No files found.
cmsWebApp/src/performa/orm/types/AppProcessOption.java
View file @
d06d7740
...
...
@@ -20,7 +20,7 @@ public class AppProcessOption extends AbstractEnumerated
public
static
final
EnumeratedFactory
FACTORY_AppProcessOption
=
new
AppProcessOptionFactory
();
public
static
final
AppProcessOption
TO_SHORTLIST
=
new
AppProcessOption
(
"TO_SHORTLIST"
,
"TO_SHORTLIST"
,
"To Shortlist"
,
false
);
public
static
final
AppProcessOption
TO_SHORTLIST
=
new
AppProcessOption
(
"TO_SHORTLIST"
,
"TO_SHORTLIST"
,
"To Shortlist
ed
"
,
false
);
public
static
final
AppProcessOption
REMOVE_FROM_SHORTLIST
=
new
AppProcessOption
(
"REMOVE_FROM_SHORTLIST"
,
"REMOVE_FROM_SHORTLIST"
,
"Remove From Shortlist"
,
false
);
...
...
cmsWebApp/src/performa/orm/types/AppProcessOption.xml
View file @
d06d7740
...
...
@@ -3,7 +3,7 @@
<ROOT>
<CONSTANT
package=
"performa.orm.types"
name=
"AppProcessOption"
>
<VALUE
name=
"TO_SHORTLIST"
value=
"TO_SHORTLIST"
description=
"To Shortlist"
/>
<VALUE
name=
"TO_SHORTLIST"
value=
"TO_SHORTLIST"
description=
"To Shortlist
ed
"
/>
<VALUE
name=
"REMOVE_FROM_SHORTLIST"
value=
"REMOVE_FROM_SHORTLIST"
description=
"Remove From Shortlist"
/>
</CONSTANT>
...
...
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