ode-explorer 1.3.3-develop.202402261150 → 1.3.3-develop.202402281829
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -9
- package/dist/version.txt +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -62466,15 +62466,8 @@ const useConversation = () => {
|
|
|
62466
62466
|
const zimbraWorkflow = useHasWorkflow("fr.openent.zimbra.controllers.ZimbraController|view"), zimbraPreauth = useHasWorkflow("fr.openent.zimbra.controllers.ZimbraController|preauth"), [messages2, setMessages] = reactExports.useState(0), [msgLink, setMsgLink] = reactExports.useState(""), queryParams = {
|
|
62467
62467
|
unread: true,
|
|
62468
62468
|
_: (/* @__PURE__ */ new Date()).getTime()
|
|
62469
|
-
}
|
|
62470
|
-
console.log({
|
|
62471
|
-
zimbraWorkflow
|
|
62472
|
-
});
|
|
62473
|
-
const refreshMails = reactExports.useCallback(async () => {
|
|
62469
|
+
}, refreshMails = reactExports.useCallback(async () => {
|
|
62474
62470
|
const url = zimbraWorkflow ? "/zimbra/count/INBOX" : "/conversation/count/INBOX";
|
|
62475
|
-
console.log({
|
|
62476
|
-
url
|
|
62477
|
-
});
|
|
62478
62471
|
try {
|
|
62479
62472
|
const {
|
|
62480
62473
|
status,
|
|
@@ -65783,7 +65776,7 @@ function ShareBlog({
|
|
|
65783
65776
|
appCode
|
|
65784
65777
|
} = useOdeClient(), {
|
|
65785
65778
|
t: t2
|
|
65786
|
-
} = useTranslation(appCode), publishType = resource && resource["publish-type"], [radioPublicationValue, setRadioPublicationValue] = reactExports.useState(publishType), handleRadioPublicationChange = async (event) => {
|
|
65779
|
+
} = useTranslation(appCode), publishType = resource && resource["publish-type"], [radioPublicationValue, setRadioPublicationValue] = reactExports.useState(publishType ?? "RESTRAINT"), handleRadioPublicationChange = async (event) => {
|
|
65787
65780
|
const value = event.target.value;
|
|
65788
65781
|
(async () => {
|
|
65789
65782
|
const params = {
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-explorer=1.0-b2school-SNAPSHOT
|
|
1
|
+
ode-explorer=1.0-b2school-SNAPSHOT 28/02/2024 18:29:34
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-explorer",
|
|
3
|
-
"version": "1.3.3-develop.
|
|
3
|
+
"version": "1.3.3-develop.202402281829",
|
|
4
4
|
"description": "Open Digital Education Explorer",
|
|
5
5
|
"homepage": "https://github.com/opendigitaleducation/explorer#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"eslint-plugin-react": "7.33.2",
|
|
75
75
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
76
76
|
"eslint-plugin-react-refresh": "0.4.5",
|
|
77
|
-
"husky": "
|
|
77
|
+
"husky": "9.0.7",
|
|
78
78
|
"lint-staged": "15.2.0",
|
|
79
79
|
"prettier": "3.2.4",
|
|
80
80
|
"typescript": "5.3.3",
|