forked from sbromle/RefBase-Fork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBUGS
More file actions
22 lines (16 loc) · 1.02 KB
/
BUGS
File metadata and controls
22 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
We are aware of the following problems, bugs and/or limitations:
- The advanced search form employs lots of dynamic drop-down menus to ease user
entry of data. This works well for small databases (<10,000 records) but may
cause significant speed problems for larger databases!
- There's no support for transactions. This means that multiple users will be
able to edit the same record at the same time. This will usually cause the
record to be overwritten by the last submitter, but it could cause surprising
results. Please remember to reload record data if you kept a record's "edit"
form open for a long period of time.
- The 'allow_edit_call_number' permission setting isn't honoured yet.
- The process of internationalization and localization has not been completed
yet.
- Working simultaneously in different browser windows or tabs may cause some
unexpected results (due to referrer-related issues). You can avoid problems if
you reload the current browser window/tab before doing anything else in that
window/tab.