mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +01:00
Fix not to refresh the edit popup window when trying to change project selectbox
This commit is contained in:
parent
1bdd5eb617
commit
e210d32b02
@ -136,7 +136,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row disabled="@pm_integration=none">
|
<row disabled="@pm_integration=none">
|
||||||
<projectmanager-select statustext="Select a project" id="pm_id" onchange="1" options="None" span="all" class="fullWidth"/>
|
<projectmanager-select statustext="Select a project" id="pm_id" onchange="widget.getInstanceManager().submit();" options="None" span="all" class="fullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row disabled="@pm_integration=full">
|
<row disabled="@pm_integration=full">
|
||||||
<textbox blur="@ts_project_blur" id="ts_project" size="65" maxlength="80" class="fullWidth"/>
|
<textbox blur="@ts_project_blur" id="ts_project" size="65" maxlength="80" class="fullWidth"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user