New ProjectAccessScreen to edit access controls

Change-Id: Ica21a1b3bb8b3b1f3e2e4f4964f25f9c8a1741be
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2011-01-13 16:54:19 -08:00
parent 4b5191e689
commit 08ad16693e
48 changed files with 2851 additions and 43 deletions

View File

@@ -32,6 +32,8 @@ public class Util {
PROJECT_SVC = GWT.create(ProjectAdminService.class);
JsonUtil.bind(PROJECT_SVC, "rpc/ProjectAdminService");
AdminResources.I.css().ensureInjected();
}
public static String toLongString(final Project.SubmitType type) {