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
ee578851
Commit
ee578851
authored
4 years ago
by
Benjamin Ulrich
Committed by
Johannes Goderbauer
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Projekt: Entwicklung - Neon][TicketNr.: 1054174][Fehler in FilterExtension für Attributes]
parent
4c52c683
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/Attribute_entity/recordcontainers/jdito/contentProcess.js
+1
-1
1 addition, 1 deletion
...Attribute_entity/recordcontainers/jdito/contentProcess.js
entity/Organisation_entity/Organisation_entity.aod
+0
-3
0 additions, 3 deletions
entity/Organisation_entity/Organisation_entity.aod
with
1 addition
and
4 deletions
entity/Attribute_entity/recordcontainers/jdito/contentProcess.js
+
1
−
1
View file @
ee578851
...
...
@@ -16,7 +16,7 @@ var childType = vars.get("$param.ChildType_param");
var
objectType
=
vars
.
get
(
"
$param.ObjectType_param
"
);
var
filteredIds
=
vars
.
getString
(
"
$param.FilteredAttributeIds_param
"
)
?
JSON
.
parse
(
vars
.
getString
(
"
$param.FilteredAttributeIds_param
"
))
:
null
var
attributeCountObj
=
vars
.
get
(
"
$param.AttributeCount_param
"
)
?
JSON
.
parse
(
vars
.
getString
(
"
$param.AttributeCount_param
"
))
:
null
;
var
displaySimpleName
=
vars
.
get
(
"
$param.DisplaySimpleName_param
"
);
vars
.
get
String
(
"
$param.DisplaySimpleName_param
"
)
==
"
true
"
?
true
:
false
;
var
themeObjectRowId
=
vars
.
get
(
"
$param.ThemeObjectRowId_param
"
);
...
...
This diff is collapsed.
Click to expand it.
entity/Organisation_entity/Organisation_entity.aod
+
0
−
3
View file @
ee578851
...
...
@@ -1310,9 +1310,6 @@
<filterConditionProcess>
%aditoprj%/entity/Organisation_entity/recordcontainers/db/filterextensions/attribute_filter/filterConditionProcess.js
</filterConditionProcess>
<filtertype>
BASIC
</filtertype>
</filterExtensionSet>
<filterExtension>
<name>
filterExtension
</name>
</filterExtension>
</filterExtensions>
</dbRecordContainer>
<indexRecordContainer>
...
...
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