Skip to content

Commit bb4632f

Browse files
authored
Merge pull request #523 from dbarzin/dev
fix create action plan
2 parents fc53f06 + 0f00984 commit bb4632f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

app/Http/Controllers/ControlController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,6 @@ public function doMake(Request $request)
14171417
$action->name = $control->name;
14181418
$action->scope = $control->scope;
14191419
$action->status = 0;
1420-
$action->score = 0;
14211420
$action->cause = $control->observations;
14221421
$action->remediation = $control->action_plan;
14231422
$action->due_date = request('next_date');

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2025.08.28",
2+
"version": "2025.09.08",
33
"license": "GPL-3.0",
44
"author": "Didier Barzin",
55
"repository": "https://www.github.com/dbarzin/deming",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.08.28
1+
2025.09.08

0 commit comments

Comments
 (0)