Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f7efacad75
Added the unauthorized method to the UserUtilityInterface interface, so that when the user has not logged in, the permission decorator can ask the user to log in instead of failing with HTTP 403 Forbidden.
9263ae0274
Changed the "account" property to private as "__account" in the DescriptionAccount class.
78a9d7794c
Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
f3ae37a409
Removed the "#selector" attribute from the JavaScript RecurringAccount class. It is only used in the constructor. There is no need to hold a reference to it.
a4b7a102f3
Changed the "account" property to private as "__account" in the DescriptionAccount class.
1b01293d68
Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
a2d5db562d
Removed the "#selector" attribute from the JavaScript RecurringAccount class. It is only used in the constructor. There is no need to hold a reference to it.
5b009f37ea
Removed the "#selector" attribute from the JavaScript BaseAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
7427e868b3
Removed the "#selector" attribute from the JavaScript JournalEntryAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
2a384aa73e
Revised the JavaScript OriginalLineItem class to store the form instead of the selector. The selector is only used in the constructor.
24bb848128
Removed the "#selector" attribute from the JavaScript RecurringAccount class. It is only used in the constructor. There is no need to hold a reference to it.
b1fa4db36d
Removed the "#selector" attribute from the JavaScript BaseAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
aab6f2b1ce
Removed the "#selector" attribute from the JavaScript JournalEntryAccountOption class. It is only used in the constructor. There is no need to hold a reference to it.
3e9752d8e2
Revised the saveDescription method of the JournalEntryLineItemEditor editor to also save the isAccountConfirmed status of the DescriptionEditor editor, so that when the user selected any suggested account other than the confirmed account, the confirmed account is released from the next edit.
93ba086548
Simplified the code in the query_values pseudo property of the JournalEntryLineItem data model.
5c4f6017b8
Removed the redundant partial time in the query_values pseudo property of the JournalEntryLineItem data model. They are redundant since it is always partial match now.