Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
0b2ee0c5
Commit
0b2ee0c5
authored
5 years ago
by
Markus Escher
Committed by
Sophia Leierseder
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add linkedContext for 360Degree TITLE
parent
e3b92131
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/360Degree_entity/360Degree_entity.aod
+1
-0
1 addition, 0 deletions
entity/360Degree_entity/360Degree_entity.aod
entity/360Degree_entity/entityfields/title/linkedContextProcess.js
+3
-0
3 additions, 0 deletions
...0Degree_entity/entityfields/title/linkedContextProcess.js
with
4 additions
and
0 deletions
entity/360Degree_entity/360Degree_entity.aod
+
1
−
0
View file @
0b2ee0c5
...
...
@@ -14,6 +14,7 @@
</entityField>
<entityField>
<name>
TITLE
</name>
<linkedContextProcess>
%aditoprj%/entity/360Degree_entity/entityfields/title/linkedContextProcess.js
</linkedContextProcess>
<searchable
v=
"false"
/>
</entityField>
<entityParameter>
...
...
This diff is collapsed.
Click to expand it.
entity/360Degree_entity/entityfields/title/linkedContextProcess.js
0 → 100644
+
3
−
0
View file @
0b2ee0c5
import
(
"
system.vars
"
);
import
(
"
system.result
"
);
result
.
string
(
vars
.
get
(
"
$field.TARGET_CONTEXT
"
));
\ No newline at end of file
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