Skip to content

Commit 281b27f

Browse files
authored
major overhaul
- removed many functions that shouldn't have been there - fixed domain name validation - fixed where the domain wasn't being saved to the order when placed by a client - merged addService & editService into a single processService function with an 'action' parameter - replaced checkboxes with selects instead
1 parent 6d58562 commit 281b27f

File tree

2 files changed

+136
-202
lines changed

2 files changed

+136
-202
lines changed

components/modules/namecrane_mail/config.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
"group": "NamecraneMail.module_group",
1515
"row_key": "server_name"
1616
},
17-
"package": {
18-
"name_key": "diskspace"
19-
},
2017
"service": {
21-
"name_key": "domain"
18+
"name_key": "namecrane_mail_domain"
2219
},
2320
"email_tags": {
2421
"package": ["diskspace","userlimit","useraliaslimit","domainaliaslimit","spamexperts"],
25-
"service": ["domain", "username", "password"]
22+
"service": ["namecrane_mail_domain", "namecrane_mail_username", "namecrane_mail_password"]
2623
}
2724
}

0 commit comments

Comments
 (0)