Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
action-provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
ufundo
action-provider
Commits
b659102c
Commit
b659102c
authored
4 years ago
by
jaapjansma
Browse files
Options
Downloads
Patches
Plain Diff
Improved performance of angular user interface.
parent
9ee81780
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
ang/action_provider/crmApActionConfiguration.html
+4
-2
4 additions, 2 deletions
ang/action_provider/crmApActionConfiguration.html
ang/action_provider/parameterSpec.html
+4
-2
4 additions, 2 deletions
ang/action_provider/parameterSpec.html
with
10 additions
and
4 deletions
CHANGELOG.md
+
2
−
0
View file @
b659102c
Version 1.46 (not yet released)
------------
*
Improved performance of angular user interface.
Version 1.45
------------
...
...
This diff is collapsed.
Click to expand it.
ang/action_provider/crmApActionConfiguration.html
+
4
−
2
View file @
b659102c
...
...
@@ -5,7 +5,8 @@
<div
crm-ui-field=
"spec.crmUiField"
ng-if=
"spec.options"
>
<select
crm-ui-id=
"{{spec.name}}"
crm-ui-select=
"{allowClear: true, minimumInputLength: 0}"
ui-jq=
"select2"
ui-options=
"{dropdownAutoWidth : true, allowClear: true, minimumInputLength: 0}"
name=
"{{spec.name}}"
ng-if=
"!spec.multiple"
ng-model=
"configuration[spec.name]"
...
...
@@ -17,7 +18,8 @@
</select>
<select
class=
"huge"
crm-ui-id=
"{{spec.name}}"
crm-ui-select=
"{allowClear: true, minimumInputLength: 0}"
ui-jq=
"select2"
ui-options=
"{dropdownAutoWidth : true, allowClear: true, minimumInputLength: 0}"
name=
"{{spec.name}}"
ng-if=
"spec.multiple"
ng-model=
"configuration[spec.name]"
...
...
This diff is collapsed.
Click to expand it.
ang/action_provider/parameterSpec.html
+
4
−
2
View file @
b659102c
<div
crm-ui-field=
"spec.crmUiField"
>
<select
class=
"huge"
crm-ui-id=
"input_mapper.{{spec.name}}"
crm-ui-select=
"{allowClear: true, minimumInputLength: 0}"
ui-jq=
"select2"
ui-options=
"{dropdownAutoWidth : true, allowClear: true, minimumInputLength: 0}"
name=
"{{spec.name}}"
ng-model=
"mapping[spec.name]"
ng-options=
"field as field.label for field in fields track by field.name"
...
...
@@ -12,7 +13,8 @@
<select
class=
"huge"
crm-ui-id=
"input_mapper.{{spec.name}}"
crm-ui-select=
"{allowClear: true, minimumInputLength: 0}"
ui-jq=
"select2"
ui-options=
"{dropdownAutoWidth : true, allowClear: true, minimumInputLength: 0}"
name=
"{{spec.name}}"
ng-model=
"mapping[spec.name]"
ng-options=
"field as field.label for field in fields track by field.name"
...
...
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