IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
move entry_deleted signal from context menu to AdInterface
move entry_changed signal from AttributesModel to AdInterface
don't open entry context menu from invalid entry(or no entry)
rename populate_row to load_row
add load_and_add_row() that also adds the row
fix off by one error in objectCategory string extraction
add fake user creation
add fake Users container to fake ad
add AdModel::on_attribute_changed() which responds to edits
move DN from role to invisible column
need DN in column to be able to do findItems() on it
split make_row() into make_row() and populate_row()
populate_row() is used to repopulate row after attribute change
rename "selected_dn" for contents and attributes to "target"
move target changing out of populate functions
free entry properly in entry_delete()
update models in entry_delete()
reorder init calls based on relationships between views