Fix legacy RC hosting orders not appearing after app extraction.
Deploy Ladill Hosting / deploy (push) Successful in 23s
Deploy Ladill Hosting / deploy (push) Successful in 23s
Import RC service orders in hosting:import, map platform_id on legacy models, and wire legacy order manage links to hosting.legacy.show. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -24,6 +24,7 @@ class HostingOrder extends Model
|
||||
public const TYPE_RESELLER = 'reseller';
|
||||
|
||||
protected $fillable = [
|
||||
'platform_id',
|
||||
'user_id',
|
||||
'domain_id',
|
||||
'domain_name',
|
||||
@@ -40,6 +41,7 @@ class HostingOrder extends Model
|
||||
'expires_at',
|
||||
'provisioned_at',
|
||||
'meta',
|
||||
'is_legacy_rc',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
@@ -41,6 +41,7 @@ class RcServiceOrder extends Model
|
||||
public const FULFILLMENT_FAILED = 'failed';
|
||||
|
||||
protected $fillable = [
|
||||
'platform_id',
|
||||
'user_id',
|
||||
'category',
|
||||
'order_type',
|
||||
|
||||
Reference in New Issue
Block a user