Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-webresources
Commits
88820e1f
Commit
88820e1f
authored
Apr 16, 2021
by
Gradl, Tobias
Browse files
410: Convert to Spring Boot library and application (OPENED)
Task-Url:
search#410
parent
ad0fe0a5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
css/datatables/datatables.css
0 → 100644
View file @
88820e1f
This diff is collapsed.
Click to expand it.
js/_lib/datatables/datatables.js
View file @
88820e1f
This diff is collapsed.
Click to expand it.
js/collections/list.js
View file @
88820e1f
...
...
@@ -196,7 +196,7 @@ CollectionsEditor.prototype.triggerColRegSync = function () {
bootbox
.
confirm
(
__translator
.
translate
(
"
~eu.dariah.de.minfba.search.view.collection.confirm_resync_colreg
"
),
function
(
result
)
{
if
(
result
)
{
$
.
ajax
({
url
:
window
.
location
.
pathname
+
"
/
async/triggerColregSync
"
,
url
:
__util
.
composeRelativeUrl
(
"
async/triggerColregSync
"
)
,
type
:
"
GET
"
,
dataType
:
"
json
"
,
success
:
function
(
data
)
{
...
...
js/datamodels/list.js
View file @
88820e1f
...
...
@@ -200,7 +200,7 @@ DatamodelEditor.prototype.triggerClearIndex = function (id) {
bootbox
.
confirm
(
__translator
.
translate
(
"
~eu.dariah.de.minfba.search.view.datamodels.confirm_clear_index
"
),
function
(
result
)
{
if
(
result
)
{
$
.
ajax
({
url
:
window
.
location
.
pathname
+
"
/
async/triggerClear
"
,
url
:
__util
.
composeRelativeUrl
(
"
async/triggerClear
"
)
,
data
:
{
datamodelId
:
id
},
type
:
"
GET
"
,
dataType
:
"
json
"
,
...
...
@@ -211,8 +211,8 @@ DatamodelEditor.prototype.triggerClearIndex = function (id) {
},
error
:
function
(
textStatus
)
{
__notifications
.
showTranslatedMessage
(
NOTIFICATION_TYPES
.
ERROR
,
"
~
d
e.dariah.
genericsearch.view.async
.servererror.head
"
,
"
~
d
e.dariah.
genericsearch.view.async
.servererror.body
"
);
"
~e
u
.dariah.
de.minfba.common.error
.servererror.head
"
,
"
~e
u
.dariah.
de.minfba.common.error
.servererror.body
"
);
}
});
}
...
...
@@ -247,7 +247,7 @@ DatamodelEditor.prototype.triggerSync = function () {
callback
:
function
(
result
)
{
if
(
result
)
{
$
.
ajax
({
url
:
window
.
location
.
pathname
+
"
/
async/triggerSync
"
,
url
:
__util
.
composeRelativeUrl
(
"
async/triggerSync
"
)
,
type
:
"
GET
"
,
dataType
:
"
json
"
,
success
:
function
(
data
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment