mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
merge firstname branch
This commit is contained in:
@@ -232,7 +232,9 @@ export default {
|
||||
} else {
|
||||
type = this.$refs.castNew.radioType;
|
||||
data = this.$refs.castNew.castDataByType();
|
||||
console.log(data)
|
||||
data.civility = {type: 'chill_main_civility', id: data.civility.id};
|
||||
data.profession = {type: 'third_party_profession', id: data.profession.id};
|
||||
// console.log('onthefly data', data);
|
||||
}
|
||||
} else {
|
||||
throw 'error with object type';
|
||||
|
Reference in New Issue
Block a user