Ghost/core/test/integration
Katharina Irrgang 90fc7a6c06 🐛 respect owner user id references when importing (#8693)
closes #8691 

There was a condition added when i've refactored the importer.

> if (models.User.isOwnerUser(obj[key])) {

This condition is absolutely wrong! If you import an owner user, this owner user get's imported as administrator. But the original owner user id reference must be updated as well, so that the reference points to the new administrator id ✌🏻
2017-07-20 11:11:56 +01:00
..
api 🐛 invite existing users 2017-07-18 18:24:36 +01:00
data/importer/importers 🐛 respect owner user id references when importing (#8693) 2017-07-20 11:11:56 +01:00
model 🐛 Fix error message for login when password wrong (#8594) 2017-06-19 10:37:58 +02:00
export_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
migration_spec.js 📖 new default post content (#8548) 2017-06-08 16:36:14 +01:00
update_check_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00