#919 closed defect (fixed)
hitting the "create directory" button in the WUI gives an error
Reported by: | secorp | Owned by: | nobody |
---|---|---|---|
Priority: | critical | Milestone: | 1.6.0 |
Component: | code-frontend-web | Version: | 1.5.0 |
Keywords: | reliability error regression news-done | Cc: | |
Launchpad Bug: |
Description
Reported by Kai Noda (nodakai@…) and replicated by me, hitting the "Create Directory" button in the WUI gives the following message:
t=mkdir does not accept children=, try t=mkdir-with-children instead
This is with the following version:
allmydata-tahoe: 1.5.0-r4169, foolscap: 0.4.2, pycryptopp: 0.5.17, zfec: 1.4.5, Twisted: 8.2.0, Nevow: 0.9.33-r17222, zope.interface: 3.5.1, python: 2.6.1, platform: Darwin-10.2.0-i386-64bit, sqlite: 3.6.12, simplejson: 2.0.9, argparse: 0.9.1, pyOpenSSL: 0.7, pyutil: 1.3.34, zbase32: 1.1.1, setuptools: 0.6c12dev, pysqlite: 2.4.1
Change History (4)
comment:1 Changed at 2010-01-20T05:03:58Z by davidsarah
- Component changed from unknown to code-frontend-web
- Keywords reliability error added
comment:2 Changed at 2010-01-20T06:53:53Z by davidsarah
- Keywords regression added
- Milestone changed from undecided to 1.6.0
- Priority changed from major to critical
comment:3 Changed at 2010-01-21T08:41:34Z by francois
- Resolution set to fixed
- Status changed from new to closed
Brian Warner wrote:
Patch is pushed, de14791caf52ddf8. Could someone close the ticket for me (#919)? I can't log into trac just at the moment.
comment:4 Changed at 2010-02-02T06:01:27Z by davidsarah
- Keywords news-done added
Doesn't require a NEWS entry because it was a regression.
Kai Noda also mentioned that the error message was not visible with IE8. That's probably a separate bug.