| Summary: | [pmi] Use Foundation DB to determine whether or not we can create a new project | ||
|---|---|---|---|
| Product: | Community | Reporter: | Wayne Beaton <wayne.beaton> |
| Component: | Project Management & Portal | Assignee: | Eric Poirier <eric.poirier> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eric.poirier, mariateresa.delgado, wayne.beaton, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Wayne Beaton
> To do this, the "foundationdb" PMI module needs to be updated so that the
> SQL query selects against the "Projects" (not "projects") table and the
> query runs against the "foundation" (not "eclipse") DB.
The field name also needs to be changed from "project_id" to "ProjectId".
Here is the MR I created a week ago: https://gitlab.eclipse.org/eclipsefdn/it/webdev/drupal/pmi/-/merge_requests/6 Maria Teresa, this change should mean that the lag between adding a new project record in the Foundation DB and being able to create a project using that ID should be zero. If you notice different behaviour the next time you create a project, let's circle back. |