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
F3852184: D25545.1746123217.diff
Wed, Apr 30, 18:13
F3852183: D25545.1746123216.diff
Wed, Apr 30, 18:13
F3850554: D25545.1746114361.diff
Wed, Apr 30, 15:46
F3776505: D25545.1745862670.diff
Sun, Apr 27, 17:51
F3772115: D25545.1745853931.diff
Sun, Apr 27, 15:25
F3762944: D25545.1745838529.diff
Sun, Apr 27, 11:08
F3762943: D25545.1745838528.diff
Sun, Apr 27, 11:08
F3762942: D25545.1745838527.diff
Sun, Apr 27, 11:08

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