Opened 17 years ago
Closed 17 years ago
#1046 closed bug (Fixed)
Auto managed setting does not get set from the WebUI
| Reported by: | RichGuk | Owned by: | Damien Churchill |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.0 |
| Component: | Web UI | Version: | 1.2.0_dev |
| Keywords: | auto managed | Cc: |
Description
The auto managed option in the WebUI is not getting update correctly.
It appears that in set_options the function for setting the auto managed setting should have the key is_auto_managed and not auto_managed.
I've attached a patch.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | auto-managed-webui.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



The patch is fixing the problem in the wrong place, it should be changed in the webui javascript, which it now is as of r5877.