1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 02:02:41 +01:00
phorge-phorge/src/applications/project
epriestley f97d120c3f When a task is removed from projects, remove its position on proxy columns for those projects
Summary:
Fixes T11088. When a task is removed from a project, we don't normally delete its column positions. If you accidentally remove a project and then restore the project, it's nice for the task to stay where you put it.

However, we do need to remove its positions in proxy columns to avoid the issue in T11088.

Test Plan:
  - Added a failing unit test, made it pass.
  - Added a task to "X > Milestone 1", loaded workboard, used "Edit Projects" to move it to "X" instead, loaded workboard.
    - Before, it stayed in the "Milestone 1" column.
    - After, it moves to the "Backlog" column.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11088

Differential Revision: https://secure.phabricator.com/D16052
2016-06-05 16:06:01 -07:00
..
__tests__ When a task is removed from projects, remove its position on proxy columns for those projects 2016-06-05 16:06:01 -07:00
application Fully modularize the "Quick Actions" menu 2016-06-05 10:32:01 -07:00
capability Add default View, Edit, and Join Policies to Projects 2014-11-21 11:22:17 -08:00
command Implement a "!projects" mail command 2015-04-01 11:51:51 -07:00
conduit Modularize content sources 2016-03-26 11:59:45 -07:00
config Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
constants Allow workboard background colors to be configured 2016-02-16 08:15:12 -08:00
controller Add information dialogs to adding project members if unsupported 2016-06-01 12:42:58 -07:00
customfield Convert projects to EditEngine 2015-12-27 15:42:50 -08:00
edge Replace subscribe/unsubscribe for projects with explicit mail setting 2016-01-19 19:39:02 -08:00
editor Allow workboard background colors to be configured 2016-02-16 08:15:12 -08:00
engine Update EditEngine for two column 2016-03-28 09:18:55 -07:00
engineextension Allow stacked comment actions to be explicitly ordered 2016-04-06 09:15:27 -07:00
events New People Hovercards 2016-02-11 15:41:55 -08:00
herald Add Herald support for projects 2016-01-19 19:37:54 -08:00
icon Add more information (colors, members, watchers) to project.search 2016-01-24 10:02:05 -08:00
interface Roughly implement milestone columns on workboards 2016-02-03 16:37:59 -08:00
lipsum Improve lispum generation of pastes 2015-12-25 07:41:38 -08:00
mail phtize all the things 2015-05-22 21:16:39 +10:00
phid Fix dead column link and provide more milestone UI context 2016-02-05 12:25:52 -08:00
policyrule De-garbage the horrible garbage project section of the policy selection control 2016-02-05 09:50:06 -08:00
profilepanel Add a basic progress bar for milestones 2016-02-08 18:50:22 -08:00
query Fix missing cursor data for paging Projects by creation date 2016-02-29 16:08:28 -08:00
remarkup Give project tags hovercards 2016-02-03 14:50:49 -08:00
search Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
searchfield Fix a bad call when prefilling ApplicationSearch from ?projects=some_slug 2016-02-08 10:44:33 -08:00
storage Put older milestones back on the left 2016-04-06 14:14:01 -07:00
typeahead Sort project typeahead tokens by display name, not hashtag 2016-05-26 10:47:09 -07:00
view Clean up "points" display on workboards 2016-05-20 13:06:57 -07:00