stable

Clone or download

Read-only

Convert ProjectAdminDetails and Categories to TypeScript

Closes request #20973 Convert Project Admin to TypeScript No functional changes. You can still categories in project admin. Other test: - Have a project with "private included restricted users" - Have restricted user in the project - change status to "private" - A modal should opens with a warning Change-Id: I7a02adaeeb72a3961f13aa47e1dced3f17366611

Modified Files

Name
M build-manifest.json +0 −4 Go to diff View file
D src/scripts/project/admin/src/categories.js +0 −69 Go to diff View file
A src/scripts/project/admin/src/categories.ts +101 −0 Go to diff View file
R src/scripts/project/admin/src/index.js Go to diff View file
R src/scripts/project/admin/src/project-admin-details.js Go to diff View file
M src/webpack.common.js +1 −1 Go to diff View file