Page MenuHomePhorge

Make lipsum project generator also fill in project description
ClosedPublic

Authored by aklapper on Feb 29 2024, 15:23.
Tags
None
Referenced Files
F3576797: D25545.1745071358.diff
Fri, Apr 18, 14:02
F3552974: D25545.1744915288.diff
Wed, Apr 16, 18:41
F3420703: D25545.1744626923.diff
Sun, Apr 13, 10:35
F3386962: D25545.1744431771.diff
Fri, Apr 11, 04:22
F3376572: D25545.1744326528.diff
Wed, Apr 9, 23:08
F3372622: D25545.1744250604.diff
Wed, Apr 9, 02:03
F3372020: D25545.1744247583.diff
Wed, Apr 9, 01:13
F3371757: D25545.1744245414.diff
Wed, Apr 9, 00:36

Details

Summary

./bin/lipsum allows to fill up a Phorge instance with bogus data for testing. When creating a project, the code creates a project title, project status, random subscribers/members and picks a random project creator, but does not set a project description.

Make this code also set a project description (which is implemented as a custom field).

Closes T15748

Test Plan
  • On the CLI, use ./bin/lipsum generate projects to create a bogus project.
  • In the web browser, go to /project/query/all/ and open the project page of the recently created bogus project: See no project description.
  • Apply this change.
  • On the CLI, use ./bin/lipsum generate projects to create another bogus project.
  • In the web browser, go to /project/query/all/ and open the project page of the recently created bogus project: See a random project description.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable