1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 12:12:43 +01:00
phorge-phorge/src/applications/project
epriestley d890c03ac3 Namespace all column references in ProjectQuery to fix ambiguity with Ferret constraints
Summary:
Fixes T13378. If we join Ferret tables and page, we can end up with an ambiguous `id` column here.

Explicitly refer to "project.x" in all cases that we're interacting with the project table.

Test Plan:
  - Changed page size to 3.
  - Issued a Projects query for "~e", matching more than 3 results.
  - Clicked "Next Page".
    - Before: ambiguous id column fatal.
    - After: next page.

Maniphest Tasks: T13378

Differential Revision: https://secure.phabricator.com/D20714
2019-08-15 12:21:54 -07:00
..
__tests__ When moving cards on workboards, treat before/after cards as optional hints, not strict requirements 2019-03-26 07:45:24 -07:00
application Make pressing "R" on your keyboard reload the card state on workboards 2019-07-17 13:11:26 -07:00
capability
chart Stack chart functions in a more physical way 2019-05-22 05:40:39 -07:00
command
conduit
config Support subtypes in Projects 2019-01-30 06:17:55 -08:00
constants
controller When the feed query on project profile pages overheats, contain the damage 2019-08-08 21:01:50 -07:00
customfield
edge
editor Track how many columns use a particular trigger 2019-03-25 14:04:55 -07:00
engine Fix a warning in BoardLayoutEngine when no objects are being updated 2019-08-08 10:17:59 -07:00
engineextension On workboards, link ancestor project breadcrumbs to their workboards 2019-03-27 14:42:57 -07:00
events On workboards, link ancestor project breadcrumbs to their workboards 2019-03-27 14:42:57 -07:00
exception Hard code a "close task" action on every column Trigger 2019-03-25 13:21:55 -07:00
herald Add "Committer's projects" and "Author's projects" fields to Herald commit rules 2018-02-27 14:33:12 -08:00
icon When users hover over a column trigger menu, show a "preview" with the rules instead of a tooltip 2019-03-25 14:02:10 -07:00
interface
lipsum
mail
menuitem Add a "Reports" menu item to Projects 2019-05-22 05:08:55 -07:00
order Don't show workboard action previews if the action won't have any effect 2019-03-25 13:24:01 -07:00
phid On workboards, link ancestor project breadcrumbs to their workboards 2019-03-27 14:42:57 -07:00
policyrule Add a "members of all projects" (vs "...any project") custom policy rule to the upstream 2018-06-12 11:51:51 -07:00
query Namespace all column references in ProjectQuery to fix ambiguity with Ferret constraints 2019-08-15 12:21:54 -07:00
remarkup
search
searchfield
state Fix URI escaping, which should actually be "%s", not "%p" 2019-07-04 11:00:04 -07:00
storage Fix an issue where editing cards on a workboard with implicit column ordering could reorder cards improperly 2019-07-30 13:17:30 -07:00
trigger Distinguish between "bad record format" and "bad record value" when validating Trigger rules 2019-04-17 12:40:55 -07:00
typeahead Support subtypes in Projects 2019-01-30 06:17:55 -08:00
view Fix task hovercards showing a "Not Editable" state 2019-03-26 15:56:09 -07:00
xaction Don't warn that workboard columns need a name when editing milestone columns 2019-04-18 13:13:10 -07:00