Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
areas
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
Container registry
Model registry
Operate
Environments
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
Extensions
areas
Commits
95b25408
Commit
95b25408
authored
1 year ago
by
jaapjansma
Browse files
Options
Downloads
Patches
Plain Diff
Fixed issue with adding area definitions
parent
d0cb0f26
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ang/areas/AreaEditCtrl.html
+13
-10
13 additions, 10 deletions
ang/areas/AreaEditCtrl.html
info.xml
+2
-2
2 additions, 2 deletions
info.xml
with
15 additions
and
12 deletions
ang/areas/AreaEditCtrl.html
+
13
−
10
View file @
95b25408
...
...
@@ -41,20 +41,23 @@ Required vars: formProcessor
<tfoot>
<tr
class=
"addRow"
>
<td
colspan=
"4"
>
<select
crm-ui-id=
"editAreaForm.type"
name=
"type"
crm-ui-select=
"{dropdownAutoWidth : true, allowClear: true}"
ng-model=
"areaDefinitionType"
ng-options=
"areaDefinitionType as areaDefinitionTypeTitle for (areaDefinitionType, areaDefinitionTypeTitle) in areaDefinitionTypes"
>
<select
class=
"huge"
crm-ui-id=
"editAreaForm.type"
name=
"type"
ui-jq=
"select2"
ui-options=
"{dropdownAutoWidth : true, allowClear: true}"
ng-model=
"areaDefinitionTypeOption"
ng-options=
"areaDefinitionTypeOption as title for (areaDefinitionTypeOption, title) in areaDefinitionTypes"
>
<option
value=
""
>
{{ts('- Select type -')}}
</option>
</select>
<button
crm-icon=
"fa-check"
ng-click=
"addAreaDefinition(areaDefinitionType)"
>
{{ts('Add area definition')}}
</button>
</select>
<button
crm-icon=
"fa-check"
ng-click=
"addAreaDefinition(areaDefinitionTypeOption)"
>
{{ts('Add area definition')}}
</button>
</td>
</tr>
</tfoot>
</table>
<div
class=
"crm-tasks"
>
<button
crm-icon=
"fa-check"
ng-click=
"save(false);"
ng-disabled=
"editAreaForm.$invalid"
>
{{ts('Save')}}
...
...
@@ -67,4 +70,4 @@ Required vars: formProcessor
</button>
</div>
</div>
</form>
\ No newline at end of file
</form>
This diff is collapsed.
Click to expand it.
info.xml
+
2
−
2
View file @
95b25408
...
...
@@ -14,8 +14,8 @@
<url
desc=
"Support"
>
http://civicoop.org
</url>
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>
202
2
-0
9
-0
6
</releaseDate>
<version>
1.6
</version>
<releaseDate>
202
4
-0
2
-0
7
</releaseDate>
<version>
1.6
.1
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
5.27
</ver>
...
...
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