Refactor heavy user operations into hidden micro-operations
Closed, ResolvedPublic

Description

Especially for Edit course operations, a user operation is a complex operation on the server. Usually it requires at least two API calls and an utility method invocation.
Moreover T3682 could be fixed splitting "rename" user operation into two micro-operation: the first one rename the page etc (could be also split again), the second one looking for pages that pointed to the original page title, rewrite internal links and delete the redirect.

atundo created this task.Sep 14 2016, 10:46 PM
atundo renamed this task from Refactor heavy user operation into hidden micro-operation to Refactor heavy user operations into hidden micro-operations.