Vote #68830
完了custom queries making use of deleted custom fields cause a 500 error
0%
説明
Quite simple to reproduce:
1) create a custom field
2) create a custom query including this custom field in its columns selection
3) delete the custom field
4) run your custom query
As you cannot run it anymore, you also cannot delete it...
journals
After digging around (stack trace would be appreciated, see [[SubmittingBugs]]), I got a 505 error when the custom field was used to group the query results. Having it in the selected columns doesn't produce any error.
The problem that I was able to find is fixed in r4553.
--------------------------------------------------------------------------------
Merged in 1.0-stable.
--------------------------------------------------------------------------------