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
d97d2c0f
Commit
d97d2c0f
authored
5 years ago
by
S.Listl
Browse files
Options
Downloads
Patches
Plain Diff
Organisation edit defaults fix
parent
e725fd46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entity/Organisation_entity/entityfields/openeditdefaultsview/onActionProcess.js
+1
-1
1 addition, 1 deletion
...tity/entityfields/openeditdefaultsview/onActionProcess.js
with
1 addition
and
1 deletion
entity/Organisation_entity/entityfields/openeditdefaultsview/onActionProcess.js
+
1
−
1
View file @
d97d2c0f
import
(
"
system.vars
"
);
import
(
"
system.neon
"
);
neon
.
openContext
(
"
Organisation
"
,
"
OrganisationEditDefaults_view
"
,
[
vars
.
get
(
"
$
field.ORGANISATIONID
"
)],
neon
.
OPERATINGSTATE_EDIT
,
null
);
neon
.
openContext
(
"
Organisation
"
,
"
OrganisationEditDefaults_view
"
,
[
vars
.
get
(
"
$
sys.uid
"
)],
neon
.
OPERATINGSTATE_EDIT
,
null
);
This diff is collapsed.
Click to expand it.
Sebastian Listl
@s.listl
mentioned in commit
02a0085a
·
5 years ago
mentioned in commit
02a0085a
mentioned in commit 02a0085a283f67197ee61dcd9cefe449e6d6d8df
Toggle commit list
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