Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117688416
D1045.1774877694.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
D1045.1774877694.diff
View Options
diff --git a/src/app/Console/Development/DomainStatus.php b/src/app/Console/Development/DomainStatus.php
--- a/src/app/Console/Development/DomainStatus.php
+++ b/src/app/Console/Development/DomainStatus.php
@@ -52,10 +52,11 @@
];
// I'd prefer "-state" and "+state" syntax, but it's not possible
+ $delete = false;
if ($update = $this->option('del')) {
$delete = true;
} elseif ($update = $this->option('add')) {
- $delete = false;
+ // do nothing
}
if (!empty($update)) {
diff --git a/src/app/Console/Development/UserStatus.php b/src/app/Console/Development/UserStatus.php
--- a/src/app/Console/Development/UserStatus.php
+++ b/src/app/Console/Development/UserStatus.php
@@ -51,10 +51,11 @@
];
// I'd prefer "-state" and "+state" syntax, but it's not possible
+ $delete = false;
if ($update = $this->option('del')) {
$delete = true;
} elseif ($update = $this->option('add')) {
- $delete = false;
+ // do nothing
}
if (!empty($update)) {
diff --git a/src/resources/vue/Dashboard.vue b/src/resources/vue/Dashboard.vue
--- a/src/resources/vue/Dashboard.vue
+++ b/src/resources/vue/Dashboard.vue
@@ -4,7 +4,7 @@
<div class="card-body">
<div class="card-title">Account status: <span class="text-danger">Not ready</span></div>
<div class="card-text">
- <p>The process to create your account have not been completed yet.
+ <p>The process to create your account has not been completed yet.
Some features may be disabled or readonly.</p>
<ul class="status-list">
<li v-for="item in statusProcess" :key="item.label">
diff --git a/src/resources/vue/Domain/Info.vue b/src/resources/vue/Domain/Info.vue
--- a/src/resources/vue/Domain/Info.vue
+++ b/src/resources/vue/Domain/Info.vue
@@ -4,7 +4,7 @@
<div class="card-body">
<div class="card-title">Domain status: <span class="text-danger">Not ready</span></div>
<div class="card-text">
- <p>The process to create the domain have not been completed yet.
+ <p>The process to create the domain has not been completed yet.
Some features may be disabled or readonly.</p>
<ul class="status-list">
<li v-for="item in statusProcess" :key="item.label">
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 1:34 PM (3 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18811302
Default Alt Text
D1045.1774877694.diff (2 KB)
Attached To
Mode
D1045: Display user/domain status in UI, add Active status
Attached
Detach File
Event Timeline