Database.currentDatabase.eventDatabase.getEventEdits(
            eventEdits.sortAndLimitFrom(this) { it.status }
        ).observeOnce(this) {
            if (!it.value) {
                HelperFunctions.showToast(getString(R.string.fail_to_get_list_events_edits), this)