Page MenuHomePhabricator

Conduit Method maniphest.edit: Unhandled Exception
Closed, ResolvedPublic

Description

Environment

  • phabricator 70135d0ca80f949c0ae9743aed67afa0c39fd164 (Sun, Feb 5)
  • arcanist ade25facfdf22aed1c1e20fed3e58e60c0be3c2b (Jan 5 2017)
  • phutil 9d85dfab0f532d50c2343719e92d574a4827341b (Fri, Jan 13)
  • System:
    • Centos7
    • Apache: httpd-2.4.6-40.el7.centos.4.x86_64
    • DB: mariadb-server-5.5.50-1.el7_2.x86_64
    • PHP:
      • php-pear-1.9.4-21.el7.noarch
      • php-devel-5.4.16-36.3.el7_2.x86_64
      • php-mbstring-5.4.16-36.3.el7_2.x86_64
      • php-common-5.4.16-36.3.el7_2.x86_64
      • php-pdo-5.4.16-36.3.el7_2.x86_64
      • php-5.4.16-36.3.el7_2.x86_64
      • php-process-5.4.16-36.3.el7_2.x86_64
      • php-ldap-5.4.16-36.3.el7_2.x86_64
      • php-cli-5.4.16-36.3.el7_2.x86_64
      • php-mysql-5.4.16-36.3.el7_2.x86_64
      • php-gd-5.4.16-36.3.el7_2.x86_64
      • php-xml-5.4.16-36.3.el7_2.x86_64

Reproduction Steps

maniphest.custom-field-definitions
{
  "mycompany:optional-fields": {
    "name": "Optional Fields",
    "type": "header",
    "caption": "Optional Fields which make sense for various tasks."
  },
  "mycompany:estimated-hours": {
    "name": "Estimated Hours",
    "type": "text",
    "caption": "Estimated number of hours this will take."
  },
  "mycompany:actual-hours": {
    "name": "Actual Hours",
    "type": "text",
    "caption": "Actual number of hours this took."
  },
  "mycompany:due-date": {
    "name": "Due Date",
    "type": "date",
    "caption": "Planned date this task will be finished."
  },
  "mycompany:rfc-number": {
    "name": "RFC Number",
    "type": "text",
    "caption": "Please insert the RFC number if it's required."
  },
  "mycompany:ext-bugref": {
    "name": "External Bug Reference",
    "type": "text",
    "caption": "Optional field for existing external Bug Track IDs"
  }
}
NOTE: The CustomFields itself works fine...

Issue

  • Browsing to ConduitMethod page results into:

pasted_file (201×677 px, 15 KB)

Event Timeline

OCram renamed this task from Conduit Method maniphest.edit : Unhandled Execption to Conduit Method maniphest.edit: Unhandled Exception.Feb 9 2017, 9:23 AM

Thanks for the report, and for including detailed reproduction steps. The were very helpful in reproducing and fixing this issue.

(Sorry this took a little while to get to, busy day yesterday.)

I think D17332 should fix this. Let us know if you run into anything else.